From 10daaec363999a0a2f5359f69d8a81e0308c537f Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 14 Oct 2007 23:59:23 +0200 Subject: [PATCH] show.tmpl: Fix template syntax Introduced by the gettext changes. Noticed by Simon Paillard --- templates/html/show.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@
  • [% g('Bug Reports') %]
  • [% IF src.pkg -%] -
  • g('Developer Information (PTS)') %]
  • +
  • [% g('Developer Information (PTS)') %]
  • [% ELSIF is_source %] -
  • g('Developer Information (PTS)') %]
  • +
  • [% g('Developer Information (PTS)') %]
  • [%- END %] [% IF files && (!archive or archive == main_archive or archive == 'security') %] -- 2.39.2