[openstreetmap-website] Bidirectional text support (#743)
muralito
notifications at github.com
Sat May 17 15:23:06 UTC 2014
It seems that some web pages that have to display some mixed right-to-left language in element names are not displaying it properly, (at least in firefox 29.0).
Examples:
http://www.openstreetmap.org/changeset/ … ode_page=2 displays as "Tanger طنجة (1863747052, v15)" shouldn't be displayed as "Tanger <name in right-to-left> (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>
```
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/743
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20140517/6e9c230f/attachment.html>
More information about the rails-dev
mailing list