summaryrefslogtreecommitdiffstats
path: root/smarty
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-07-11 18:56:05 +0200
committerRemi Collet <fedora@famillecollet.com>2010-07-11 18:56:05 +0200
commita5fdd45528a85457821ef4739efcd3fc778affde (patch)
tree46e547df4cc4cdec2edbf061821422e1a9d65873 /smarty
parente6b48f0d645a72b2b4898f3ddc90fc8437f9b1e2 (diff)
fix issue with using name containing special char.
Diffstat (limited to 'smarty')
-rw-r--r--smarty/templates/rpmphp/zoom.tpl2
1 files changed, 1 insertions, 1 deletions
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}
<tr>
<th>{$k}:</th>
- <td{if $k eq 'Description'} id="{$name}_desc"{/if}>
+ <td{if $k eq 'Description'} id="pkgdb_desc"{/if}>
{if $k eq 'Bugzilla'}
<a href="{$v}">Active bugs</a>
{elseif $k eq 'URL' or $k eq 'ViewVC' or $k eq 'PkgDB'}