From: Frédéric Bothamy Date: Thu, 17 Jan 2008 23:55:07 +0000 (+0100) Subject: Fix javascript code for long packages list X-Git-Url: https://git.deb.at/?a=commitdiff_plain;ds=sidebyside;h=a6146cf5473f4b13172414851b63894024394cb3;p=deb%2Fpackages.git Fix javascript code for long packages list Some quoting got messed up, probably during the l10n changes. --- diff --git a/templates/html/search.tmpl b/templates/html/search.tmpl index f90586a..2cf2aeb 100644 --- a/templates/html/search.tmpl +++ b/templates/html/search.tmpl @@ -112,7 +112,7 @@ [%- IF real_archive %] [[% real_archive %]][% END %]
[% g('Binary packages:') %] [% FOREACH binary IN binaries.sort %][% binary %][% ', ' UNLESS loop.last %][% END %] [% IF binaries.size > 10 %] - + [% END %] [% END %] diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index bfd3c78..9ab8f48 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -256,7 +256,7 @@ [% js_id = name %] [% FOREACH provider IN providers.pkgs.sort %][% provider %][% ', ' UNLESS loop.last %][% END %] [% IF providers.pkgs.size > 10 %] - + [% END %] [% END %]