summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 be277ca..32af685 100644
--- a/smarty/templates/rpmphp/rpm.tpl
+++ b/smarty/templates/rpmphp/rpm.tpl
@@ -72,7 +72,7 @@
</td>
<td>
{foreach from=$p.owners item=owner name=ow_it}
- {$owner}
+ <a href="?what={$owner}">{$owner}</a>
{if not $smarty.foreach.ow_it.last}
<br/>
{/if}