<p>When viewing a Note page (e.g. <a href="http://www.openstreetmap.org/browse/note/3683">http://www.openstreetmap.org/browse/note/3683</a>) the web page has <code><title>OpenStreetMap</title></code>, making it indistinguishable from a map view. I'd like it to mention the Note, similar to browsing a Way (e.g. <a href="http://www.openstreetmap.org/browse/way/222250750">http://www.openstreetmap.org/browse/way/222250750</a>). I suspect the code change for <a href="https://github.com/openstreetmap/openstreetmap-website/blob/master/app/views/browse/note.html.erb">https://github.com/openstreetmap/openstreetmap-website/blob/master/app/views/browse/note.html.erb</a> would be something like this, if it's anything like the node/way/relation pages:</p>

<div class="highlight"><pre><span class="o"><%</span>
<span class="vi">@title</span> <span class="o">=</span> <span class="n">t</span><span class="p">(</span><span class="s2">"browse.note.</span><span class="si">#{</span><span class="vi">@note</span><span class="o">.</span><span class="n">status</span><span class="si">}</span><span class="s2">_title"</span><span class="p">)</span> <span class="o">+</span> <span class="s1">' | '</span> <span class="o">+</span> <span class="vi">@note</span><span class="o">.</span><span class="n">id</span>
<span class="o">%></span>
</pre></div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/issues/285'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOphXhnqMadqkXO3MS8Mftj1oUQpAFywweUJkn7Jfb6tfM.gif' height='1' width='1'></p>