diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-02-19 16:41:47 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-02-19 16:41:47 +0100 |
commit | a774b3d3558284bcabcc51a2447fd8b1a22ed194 (patch) | |
tree | 72971d850c02e4f9d5f4e5cf2eb117982fcaf58f /web/template/stats | |
parent | 7cb89be81f9113380ee7e3b80d37fbd3b58f77fd (diff) | |
parent | 19789c3f759f4162a2eaa4ccc0b6fe0df51957ca (diff) | |
download | aurweb-a774b3d3558284bcabcc51a2447fd8b1a22ed194.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'web/template/stats')
-rw-r--r-- | web/template/stats/updates_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index a8cdf5a..8da6732 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -11,7 +11,7 @@ <td class="boxSoft"> <span class="f4"><span class="blue"> <a href="packages.php?ID=<?php print intval($row["ID"]); ?>"> -<?php print $row["Name"] . ' ' . $row["Version"]; ?> +<?php print htmlspecialchars($row["Name"]) . ' ' . htmlspecialchars($row["Version"]); ?> </a></span></span> </td> <td class="boxSoft"> |