summaryrefslogtreecommitdiff
path: root/web/views/reports/frequently_used_keys_without_wiki_page.erb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2015-03-06 09:23:30 +0100
committerJochen Topf <jochen@topf.org>2015-03-06 09:23:30 +0100
commitb87fe508a5ff02860249c494e5370b2bd608167a (patch)
tree3e0329db776f0d8939fc79732185a8f63449b086 /web/views/reports/frequently_used_keys_without_wiki_page.erb
parent520be26f5ab0a68959be073d9aa56bf7f173b7cf (diff)
downloadtaginfo-b87fe508a5ff02860249c494e5370b2bd608167a.tar
taginfo-b87fe508a5ff02860249c494e5370b2bd608167a.tar.gz
Updated translation texts.
* Removed texts about JOSM styles etc. that are not needed any more. * Added some more text to the "Similar keys" report to tell mappers how to properly fix errors. * Removed HTML from some texts and put some more HTML-escaping into report code.
Diffstat (limited to 'web/views/reports/frequently_used_keys_without_wiki_page.erb')
-rw-r--r--web/views/reports/frequently_used_keys_without_wiki_page.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/views/reports/frequently_used_keys_without_wiki_page.erb b/web/views/reports/frequently_used_keys_without_wiki_page.erb
index 8033863..0e4f7d4 100644
--- a/web/views/reports/frequently_used_keys_without_wiki_page.erb
+++ b/web/views/reports/frequently_used_keys_without_wiki_page.erb
@@ -1,12 +1,12 @@
<div class="pre">
- <h1><%= t.reports.frequently_used_keys_without_wiki_page.name %></h1>
+ <h1><%= h(t.reports.frequently_used_keys_without_wiki_page.name) %></h1>
<%= t.reports.frequently_used_keys_without_wiki_page.intro %>
</div>
<div class="box resize">
<div class="boxpre">
<form method="" type="GET" style="margin-bottom: 10px;">
<input type="checkbox" name="english" id="english"<%= params[:english] == '1' ? ' checked="checked"' : '' %>/>
- <%= t.reports.frequently_used_keys_without_wiki_page.also_show_keys %>
+ <%= h(t.reports.frequently_used_keys_without_wiki_page.also_show_keys) %>
</form>
</div>
<table id="grid-keys">