summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 21:47:38 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 21:47:38 +0300
commitd4dcf8e9228010718ff2a2f91f9a2dc82d42b218 (patch)
treefaad55e182e8cd8beaf463b71d2e82ec7fd97368 /backend.php
parentd4f46bc1fdd3bbd76e7d01cc0c79baaacc69ce5b (diff)
mention wiki in keyboard shortcuts help
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 8110d4370..c57f57709 100644
--- a/backend.php
+++ b/backend.php
@@ -209,6 +209,7 @@
if (db_num_rows($result) == 1) {
$article_url = db_fetch_result($result, 0, 'link');
+ $article_url = str_replace("\n", "", $article_url);
header("Location: $article_url");
return;