The branch, master has been updated
via 10daaec363999a0a2f5359f69d8a81e0308c537f (commit)
from f7b85516f73e6a06d309e42be07c9f3def2877b5 (commit)
- Shortlog ------------------------------------------------------------
10daaec show.tmpl: Fix template syntax
Summary of changes:
templates/html/show.tmpl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 10daaec363999a0a2f5359f69d8a81e0308c537f
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Sun Oct 14 23:59:23 2007 +0200
show.tmpl: Fix template syntax
Introduced by the gettext changes.
Noticed by Simon Paillard
diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index 082079e..c7da7c6 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -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')
%]
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]