]> git.deb.at Git - deb/packages.git/commitdiff
show.tmpl: Fix template syntax
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 14 Oct 2007 21:59:23 +0000 (23:59 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 14 Oct 2007 21:59:23 +0000 (23:59 +0200)
Introduced by the gettext changes.

Noticed by Simon Paillard

templates/html/show.tmpl

index 082079efcd7f0e76b3784a65337e87ef3acaaa57..c7da7c6a7bce8fea8ddfb07ef5f53c8c56331703 100644 (file)
@@ -67,9 +67,9 @@
 <li><a href="[% (is_source ? src_bugs_url : bugs_url) _ pkg | uri %]">[% g('Bug Reports') %]</a></li>
 
 [% IF src.pkg -%]
-<li><a href="[% pts_url _ src.pkg | uri %]">g('Developer Information (PTS)') %]</a></li>
+<li><a href="[% pts_url _ src.pkg | uri %]">[% g('Developer Information (PTS)') %]</a></li>
 [% ELSIF is_source %]
-<li><a href="[% pts_url _ pkg | uri %]">g('Developer Information (PTS)') %]</a></li>
+<li><a href="[% pts_url _ pkg | uri %]">[% g('Developer Information (PTS)') %]</a></li>
 [%- END %]
 
 [% IF files && (!archive or archive == main_archive or archive == 'security') %]