summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-04-18 21:35:37 +0000
committerRomain d'Alverny <rda@mageia.org>2011-04-18 21:35:37 +0000
commit8e34085d5c78887e947d76aa263c84b1bf830388 (patch)
treeeddfc0bd97e97437dcdf09564e650a29f4886912 /index.php
parentc2c8bf70ac6b684a53f9bcfc551919bffc3260a9 (diff)
downloadpkgsubmit-8e34085d5c78887e947d76aa263c84b1bf830388.tar
pkgsubmit-8e34085d5c78887e947d76aa263c84b1bf830388.tar.gz
pkgsubmit-8e34085d5c78887e947d76aa263c84b1bf830388.tar.bz2
pkgsubmit-8e34085d5c78887e947d76aa263c84b1bf830388.tar.xz
pkgsubmit-8e34085d5c78887e947d76aa263c84b1bf830388.zip
package summary in title (dams request)
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index ba34e58..d25ce93 100644
--- a/index.php
+++ b/index.php
@@ -289,7 +289,7 @@ $tmpl = <<<T
<tr class="%s">
<td>%s</td>
<td><a href="?user=%s">%s</a></td>
- <td><a href="http://svnweb.mageia.org/packages?view=revision&revision=%d">%s</a></td>
+ <td><a href="http://svnweb.mageia.org/packages?view=revision&revision=%d" title="%s">%s</a></td>
<td>%s</td>
<td>%s/%s</td>
<td class="status-box"></td>
@@ -302,6 +302,7 @@ if ($total > 0) {
timediff(key2timestamp($key)) . ' ago',
$p['user'], $p['user'],
$p['revision'],
+ addslashes($p['summary']),
$p['package'],
$p['version'],
$p['media'], $p['section']