summaryrefslogtreecommitdiff
path: root/web/views/reports/historic_development.erb
diff options
context:
space:
mode:
Diffstat (limited to 'web/views/reports/historic_development.erb')
-rw-r--r--web/views/reports/historic_development.erb16
1 files changed, 8 insertions, 8 deletions
diff --git a/web/views/reports/historic_development.erb b/web/views/reports/historic_development.erb
index d1763b0..10449da 100644
--- a/web/views/reports/historic_development.erb
+++ b/web/views/reports/historic_development.erb
@@ -1,23 +1,23 @@
<div class="pre">
- <h1><%= t.reports.historic_development.name %></h1>
- <%= t.reports.historic_development.intro %>
+ <h1><%= h(t.reports.historic_development.name) %></h1>
+ <p><%= h(t.reports.historic_development.intro) %></p>
</div>
<div id="tabs">
<ul>
- <li><a href="#num_keys"><%= t.osm.keys %></a></li>
- <li><a href="#num_tags"><%= t.osm.tags %></a></li>
- <li><a href="#relation_types"><%= t.osm.relation_types %></a></li>
+ <li><a href="#num_keys"><%= h(t.osm.keys) %></a></li>
+ <li><a href="#num_tags"><%= h(t.osm.tags) %></a></li>
+ <li><a href="#relation_types"><%= h(t.osm.relation_types) %></a></li>
</ul>
<div id="num_keys">
- <h2><%= t.reports.historic_development.keys.title %></h2>
+ <h2><%= h(t.reports.historic_development.keys.title) %></h2>
<div class="canvas" id="canvas_num_keys"></div>
</div>
<div id="num_tags">
- <h2><%= t.reports.historic_development.tags.title %></h2>
+ <h2><%= h(t.reports.historic_development.tags.title) %></h2>
<div class="canvas" id="canvas_num_tags"></div>
</div>
<div id="relation_types">
- <h2><%= t.reports.historic_development.relation_types.title %></h2>
+ <h2><%= h(t.reports.historic_development.relation_types.title) %></h2>
<div class="canvas" id="canvas_relation_types"></div>
</div>
</div>