summaryrefslogtreecommitdiff
path: root/templates/not_found_404.tmpl
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-05-03 15:39:25 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-05-03 15:39:25 +0200
commit549dffeef49ae25c89d4d1cc6c71c715edfb753f (patch)
tree68bfe132e957afb064df50dc4a856aaf0537a0d9 /templates/not_found_404.tmpl
parent9b58f57b0cd9893a44c9d4381de4c82626242e94 (diff)
downloadaCms-549dffeef49ae25c89d4d1cc6c71c715edfb753f.tar.gz
aCms-549dffeef49ae25c89d4d1cc6c71c715edfb753f.tar.bz2
some better sleeping on security critical errors
Diffstat (limited to 'templates/not_found_404.tmpl')
-rw-r--r--templates/not_found_404.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/not_found_404.tmpl b/templates/not_found_404.tmpl
index 4d7f4e0..01699d3 100644
--- a/templates/not_found_404.tmpl
+++ b/templates/not_found_404.tmpl
@@ -9,7 +9,7 @@
<% template page_content() %>
<div>
We are sorry to inform you that somebody run away with
- your page at URL <%= url %>.
+ your page at URL '<%= url %>'.
</div>
<% end template %>