summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-07 00:19:21 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-07 00:19:21 +0000
commit9034127f89705ffa2b465ae256e1ea0eb9c8b933 (patch)
tree3e99d4d9027902c8ce2fe58306d5c48e39a2a37b /search.php
parent6b114bc7472907eeaadf503c60dc6b4404311f80 (diff)
Quote the \n
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
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 | ";