Right-to-left support in changeset web page

It seems that web pages that have some mixed right-to-left language in names are not displaying propertly (in those lines), in firefox 29.0.

Examples:
http://www.openstreetmap.org/changeset/22383791?node_page=2 displays as “Tanger طنجة (1863747052, v15)” shouldn’t be displayed as “Tanger (1863747052, v15)” ?
The html source of the problem is

<a class="node" href="/node/1863747052" title="">Tanger طنجة (1863747052, v15)</a>

Another example. http://www.openstreetmap.org/node/289346590 displays as "Node: بيروت (289346590) "

<h2>
  <a class="geolink" href="http://www.openstreetmap.org/#map=19/33.89592/35.47843"><span class="icon close"></span></a>
  Node: بيروت (289346590)
</h2>

I’m not sure if it’s a page problem, a browser probl

I guess you lost some text there :smiley:
But anyway, it’s most likely a bug in openstreetmap-website.

Thanks. I reported there. https://github.com/openstreetmap/openstreetmap-website/issues/743