Unicode bi-directional text: Finally a working fix

This commit is contained in:
Michael Foster 2013-08-19 23:47:56 +10:00
parent 5438d7cf64
commit abfdd38e59
4 changed files with 49 additions and 7 deletions

View file

@ -80,7 +80,7 @@
{{ capcode.cap }}
{% endif %}
{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
[<a style="margin:0;" href="?/IP/{{ post.ip }}">{{ post.ip }}</a>]
[<a class="ip-link" style="margin:0;" href="?/IP/{{ post.ip }}">{{ post.ip }}</a>]
{% endif %}
{% if config.display_flags and post.modifiers.flag %}
<img class="flag" src="{{ config.uri_flags|sprintf(post.modifiers.flag) }}"