From a5fdd45528a85457821ef4739efcd3fc778affde Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 11 Jul 2010 18:56:05 +0200 Subject: fix issue with using name containing special char. --- smarty/templates/rpmphp/zoom.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smarty/templates/rpmphp') diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl index bcbb222..5841478 100644 --- a/smarty/templates/rpmphp/zoom.tpl +++ b/smarty/templates/rpmphp/zoom.tpl @@ -40,7 +40,7 @@ {foreach from=$summary key=k item=v} {$k}: - + {if $k eq 'Bugzilla'} Active bugs {elseif $k eq 'URL' or $k eq 'ViewVC' or $k eq 'PkgDB'} -- cgit