diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-07 00:19:21 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-07 00:19:21 +0000 |
commit | 9034127f89705ffa2b465ae256e1ea0eb9c8b933 (patch) | |
tree | 3e99d4d9027902c8ce2fe58306d5c48e39a2a37b /search.php | |
parent | 6b114bc7472907eeaadf503c60dc6b4404311f80 (diff) |
Quote the \n
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | "; |