From 1421a2207c0130030233e901d6f5055f54417e68 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Mon, 1 Nov 2010 08:25:47 +0100
Subject: use TableRpm in rpm.php

---
 smarty/templates/rpmphp/rpm.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'smarty')

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}
-- 
cgit