diff options
author | Erich Eckner <git@eckner.net> | 2018-04-14 13:40:32 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-14 13:40:32 +0200 |
commit | c2601c3da2c9e2dc6cfc047367f1441abed17058 (patch) | |
tree | 2bd3109319bfd5e069595c5ca3cbad0bec8e9b80 | |
parent | 9a606603356c6f13ae74d1e0d0b0d109b729611b (diff) | |
download | archweb32-c2601c3da2c9e2dc6cfc047367f1441abed17058.tar.xz |
packages/pkginfo.php: fix quoting
-rw-r--r-- | packages/pkginfo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pkginfo.php b/packages/pkginfo.php index f1eadbd..acbe074 100644 --- a/packages/pkginfo.php +++ b/packages/pkginfo.php @@ -286,7 +286,7 @@ <?php print "<a href=\"https://bugs.archlinux32.org/index.php?string="; print $content["Name"]; - print " title=\"View existing bug tickets for "; + print "\" title=\"View existing bug tickets for "; print $content["Name"]; print "\">Bug Reports</a> / "; print "<a href=\"https://bugs.archlinux32.org/index.php?do=newtask&project=1&product_category="; |