summaryrefslogtreecommitdiffstats
path: root/web/template/pkg_details.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-02-19 16:41:47 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2012-02-19 16:41:47 +0100
commita774b3d3558284bcabcc51a2447fd8b1a22ed194 (patch)
tree72971d850c02e4f9d5f4e5cf2eb117982fcaf58f /web/template/pkg_details.php
parent7cb89be81f9113380ee7e3b80d37fbd3b58f77fd (diff)
parent19789c3f759f4162a2eaa4ccc0b6fe0df51957ca (diff)
downloadaur-a774b3d3558284bcabcc51a2447fd8b1a22ed194.tar.gz
aur-a774b3d3558284bcabcc51a2447fd8b1a22ed194.tar.xz
Merge branch 'maint'
Diffstat (limited to 'web/template/pkg_details.php')
-rw-r--r--web/template/pkg_details.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php
index 880a6758..046f836b 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -69,7 +69,7 @@ $out_of_date_time = ($row["OutOfDateTS"] == 0) ? $msg : gmdate("r", intval($row[
<p>
<span class='f2'><?php echo htmlspecialchars($row['Name']) . ' ' . htmlspecialchars($row['Version']) ?></span><br />
- <span class='f3'><a href="<?php echo htmlspecialchars($row['URL'], ENT_QUOTES) . '">' . $row['URL'] ?></a></span><br />
+ <span class='f3'><a href="<?php echo htmlspecialchars($row['URL'], ENT_QUOTES) . '">' . htmlspecialchars($row['URL']) ?></a></span><br />
<span class='f3'><?php echo htmlspecialchars($row['Description'], ENT_QUOTES); ?></span>
</p>