From d4dcf8e9228010718ff2a2f91f9a2dc82d42b218 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 21 Nov 2010 21:47:38 +0300 Subject: mention wiki in keyboard shortcuts help --- backend.php | 1 + 1 file changed, 1 insertion(+) (limited to 'backend.php') 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; -- cgit v1.2.3-54-g00ecf