forked from leftypol/leftypol
Unicode bi-directional text: Finally a working fix
This commit is contained in:
parent
5438d7cf64
commit
abfdd38e59
4 changed files with 49 additions and 7 deletions
|
@ -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) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue