From 1421a2207c0130030233e901d6f5055f54417e68 Mon Sep 17 00:00:00 2001 From: Remi Collet 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} - {$p.name} + {$p.name} {if $p.channel}
channel: {$p.channel} {/if} -- cgit