The following commit has been merged in the master branch:
commit d0c1749af458e5a882869d0bb3efbbc859c479f7
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Wed Apr 23 02:59:30 2008 +0200

    html/suite_index.tmpl: Fix error in variable name
    
    I really should only use either is_source or source...
    
    TT really should have a strict mode, too...

diff --git a/templates/html/suite_index.tmpl b/templates/html/suite_index.tmpl
index d42c528..aaa971c 100644
--- a/templates/html/suite_index.tmpl
+++ b/templates/html/suite_index.tmpl
@@ -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">

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to