summaryrefslogtreecommitdiffstats
path: root/smarty
diff options
context:
space:
mode:
Diffstat (limited to 'smarty')
-rw-r--r--smarty/templates/rpmphp/rpm.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/smarty/templates/rpmphp/rpm.tpl b/smarty/templates/rpmphp/rpm.tpl
index b0d942f..9f9d94f 100644
--- a/smarty/templates/rpmphp/rpm.tpl
+++ b/smarty/templates/rpmphp/rpm.tpl
@@ -66,7 +66,7 @@
{foreach from=$packages item=p name=plist}
<tr class="{if $smarty.foreach.plist.iteration % 2 eq 0}even{else}odd{/if}">
<td>
- <a href="zoom.php?rpm={$p.name}" title="{$p.name}">{$p.name}</a>
+ {$p.name}
{if $p.channel}
<br/><small>channel: {$p.channel}</small>
{/if}