~ubuntu-branches/ubuntu/saucy/tdiary/saucy-proposed

« back to all changes in this revision

Viewing changes to misc/plugin/en/todo.rb

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki
  • Date: 2011-04-11 21:53:16 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110411215316-ih4gt4q8p29d2wf8
Tags: 3.0.1-1
* New upstream release (Closes: #542801, #594947)
* debian/control:
 - Bumped up Standards-Version to 3.9.1.
 - Updated version dependency.
* debian/tdiary-setup.rb: Followed the upstream changes, incorporating js and
  index.fcgi

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# en/todo.rb $Revision: 1.4 $
 
1
# en/todo.rb
2
2
#
3
3
# English resources for todo.rb
4
4
#
33
33
        <p><input name="todo.n" value="#{h @conf['todo.n']}" size="3"> entries</p>
34
34
        HTML
35
35
end
 
36
 
 
37
# Local Variables:
 
38
# mode: ruby
 
39
# indent-tabs-mode: t
 
40
# tab-width: 3
 
41
# ruby-indent-level: 3
 
42
# End:
36
43
# vim: ts=3