]> git.deb.at Git - deb/packages.git/commitdiff
html/suite_index.tmpl: Fix error in variable name
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 23 Apr 2008 00:59:30 +0000 (02:59 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Wed, 23 Apr 2008 00:59:30 +0000 (02:59 +0200)
I really should only use either is_source or source...

TT really should have a strict mode, too...

templates/html/suite_index.tmpl

index d42c5283c018aef0eee330ceff78bd9edca5887b..aaa971c05d13c88b5e4802c5b02ee5a52d6c2db7 100644 (file)
@@ -35,9 +35,9 @@
   [% '</dl></div>' IF loop.last %]
 [% END %]
 
-[% link_title = is_source ? g('List of all source packages')
+[% link_title = source ? g('List of all source packages')
                          : g('List of all packages');
-   link_text = is_source ? g('All source packages')
+   link_text = source ? g('All source packages')
                         : g('All packages');
 -%]
 <p class="psmallcenter">