[openstreetmap-website] Page title is html-encoded twice (#764)

Štefan Baebler notifications at github.com
Wed Jun 18 07:29:28 UTC 2014


https://www.openstreetmap.org/node/2384279462/ and
https://www.openstreetmap.org/node/2384279462/history

are about node with title "Rock & Roll":
![image](https://cloud.githubusercontent.com/assets/319826/3310703/6e6b67a6-f6b9-11e3-8b56-267429176516.png)

where the page title is shown wrong, as "Rock & Roll‬" via html:
```xml
<title>OpenStreetMap | Vozlišče: ‪Rock &amp; Roll‬ (‪2384279462‬)</title>
```
Notice the double `&amp;` instead of single `&`.

Similar to #571, but there was the problem with ajax request, here it comes from the server in initial html.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/764
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20140618/dba311da/attachment.html>


More information about the rails-dev mailing list