From cfbe0d71c101b895418a1b6606d8e4352ff30a98 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 18 Mar 2019 10:55:05 +0100 Subject: lib/style.php: small style change --- lib/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3