Escape page title.
This commit is contained in:
parent
a6089e5355
commit
2a061fb5a9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<%= stylesheet_link_tag 'site' %>
|
||||
<%= stylesheet_link_tag 'print', :media => "print" %>
|
||||
<%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => "/opensearch/osm.xml" }) %>
|
||||
<title>OpenStreetMap<%= ' | '+@title if @title %></title>
|
||||
<title>OpenStreetMap<%= ' | '+ h(@title) if @title %></title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue