From 6f7de5c818c4a8b7724e8d63377698c30827b5ba Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 9 Jul 2012 20:28:53 +0200 Subject: pkg_details.php: Fix dependency links Remove an erroneous quote from the destination URL of links to officially supported package dependencies on archweb. Signed-off-by: Lukas Fleischer --- web/template/pkg_details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 05a20fe1..67110fa4 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -138,7 +138,7 @@ if ($atype == "Developer" || $atype == "Trusted User"): ?>
  • -
  • " title="">
  • +
  • -- cgit v1.2.3-24-g4f1b