]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
mention wiki in keyboard shortcuts help
[tt-rss.git] / backend.php
index 8110d4370dfd0890c075d372ef371f2e3dfdff38..c57f577090dce69f49871cc1ca6a6fd3f97fd4c4 100644 (file)
 
                        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;