From a03c684ecd51327f9c6921a6e0001d82e3223799 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 13 Jul 2012 23:05:15 +0200 Subject: Use absolute URIs for style sheets and images This is needed for our new URI scheme, since we will use virtual directories, such as "/packages/" instead of "/packages.php" etc. Having relative URIs results in incorrect paths, such as "/packages/css/aur.css" (instead of "/css/aur.css"). Signed-off-by: Lukas Fleischer --- web/template/pkg_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template/pkg_comments.php') diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index 02f4963..b2d9ca5 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -19,7 +19,7 @@ $count = package_comments_count($_GET['ID']); - + -- cgit v1.2.3-54-g00ecf