Compare commits

..

No commits in common. "9e89e27c6688b0e05e4a10a0538d599f82278e64" and "82de0f304469e6214169a2bdcf9c65673baa9e76" have entirely different histories.

2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

View File

@ -5,6 +5,6 @@
<div data-uid="{{uid}}" data-color="{{color}}" data-channel_uid="{{channel_uid}}" data-user_nick="{{user_nick}}" data-created_at="{{created_at}}" data-user_uid="{{user_uid}}" data-message="{{message}}" class="message"><div class="avatar" style="background-color: {{color}}; color: black;">{{user_nick[0]}}</div><div class="message-content"><div class="author" style="color: {{color}};">{{user_nick}}</div><div class="text">
#}
{% markdown %}{% autoescape false %}{{ message }}{%endautoescape%}{% endmarkdown %}
{#
{#}
</div><div class="time">{{created_at}}</div></div></div>
#}
{#}