summaryrefslogtreecommitdiff
path: root/web/views/not_found.erb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-02-11 10:24:52 +0100
committerJochen Topf <jochen@topf.org>2013-02-11 10:24:52 +0100
commitda1311e463ee6c27369be7e02a463114620c8a8f (patch)
tree2832f9b899187f9ead6ff5ff2f260a8d2ed44ac3 /web/views/not_found.erb
parentfbcfeb0b4b0ea030037976e648710ab3754f45ff (diff)
downloadtaginfo-da1311e463ee6c27369be7e02a463114620c8a8f.tar
taginfo-da1311e463ee6c27369be7e02a463114620c8a8f.tar.gz
More escaping... (Fixes https://trac.openstreetmap.org/ticket/4775)
Diffstat (limited to 'web/views/not_found.erb')
-rw-r--r--web/views/not_found.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/views/not_found.erb b/web/views/not_found.erb
index 8820387..900517d 100644
--- a/web/views/not_found.erb
+++ b/web/views/not_found.erb
@@ -1,4 +1,4 @@
<div class="box resize" style="text-align: center">
- <h1 class="section" style="font-size: 260%; margin: 40px 0;">404 <%= t.pages.not_found.title %></h1>
- <%= t.pages.not_found.intro %>
+ <h1 class="section" style="font-size: 260%; margin: 40px 0;">404 <%= h(t.pages.not_found.title) %></h1>
+ <%= h(t.pages.not_found.intro) %>
</div>