diff options
author | Arthur <arthur@hoa.ro> | 2015-07-12 15:16:37 +0200 |
---|---|---|
committer | Arthur <arthur@hoa.ro> | 2015-07-12 15:16:37 +0200 |
commit | 1dcbe29611a4ba4b4b2d37954105c1fc8da33496 (patch) | |
tree | ac6e175e1e68d860769e9fd80e42a0d2590064e9 | |
parent | 6ac95d9cf1459a2edada2eee323a13334e65b714 (diff) | |
download | Shaarli-1dcbe29611a4ba4b4b2d37954105c1fc8da33496.tar.gz Shaarli-1dcbe29611a4ba4b4b2d37954105c1fc8da33496.tar.zst Shaarli-1dcbe29611a4ba4b4b2d37954105c1fc8da33496.zip |
English mistake cf sebsauvage/Shaarli#221
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1756,7 +1756,7 @@ function buildLinkList($PAGE,$LINKSDB) | |||
1756 | { | 1756 | { |
1757 | header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found"); | 1757 | header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found"); |
1758 | echo '<h1>404 Not found.</h1>Oh crap. The link you are trying to reach does not exist or has been deleted.'; | 1758 | echo '<h1>404 Not found.</h1>Oh crap. The link you are trying to reach does not exist or has been deleted.'; |
1759 | echo '<br>You would mind <a href="?">clicking here</a>?'; | 1759 | echo '<br>Would you mind <a href="?">clicking here</a>?'; |
1760 | exit; | 1760 | exit; |
1761 | } | 1761 | } |
1762 | $search_type='permalink'; | 1762 | $search_type='permalink'; |