From 9034127f89705ffa2b465ae256e1ea0eb9c8b933 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Mon, 7 Dec 2015 00:19:21 +0000 Subject: Quote the \n --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search.php') diff --git a/search.php b/search.php index 97cd0b3..c43e3a8 100644 --- a/search.php +++ b/search.php @@ -33,7 +33,7 @@ try { $page = 1; if ($args[0] == "-v" || $args[0] == "--version") { - echo $version + \n; + echo $version + "\n"; die(); } else if ($args[0] == "-h" || $args[0] == "--help") { echo "Usage: !blaup [query] #[page] | e.g: !blaup intense | !blaup intense marcus | "; -- cgit v1.2.3