summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-18 10:55:05 +0100
committerErich Eckner <git@eckner.net>2019-03-18 10:55:05 +0100
commitcfbe0d71c101b895418a1b6606d8e4352ff30a98 (patch)
tree7759340a515d51d848b926829f6ad65d0e856240
parentd82968f177be496316a869d10c15e4fd615122b5 (diff)
downloadwebsite-cfbe0d71c101b895418a1b6606d8e4352ff30a98.tar.xz
lib/style.php: small style change
-rw-r--r--lib/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/style.php b/lib/style.php
index b1dcd31..8696156 100644
--- a/lib/style.php
+++ b/lib/style.php
@@ -370,7 +370,7 @@ function print_listing($list, $print_order_links, $list_content_type) {
str_replace(
"&sort=" . $_GET["sort"] . "&",
"&",
- "&" . $_SERVER["QUERY_STRING"] . "&"
+ "&" . $_SERVER['QUERY_STRING'] . "&"
),
1) . "sort=";
if ($_GET["sort"] == $get)