From 00d5c9ad7b64bde1602bdb7bb5ec12b23d73979b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 19 May 2017 13:41:42 +0300 Subject: juick-www: fix img align --- juick-www/src/main/webapp/WEB-INF/views/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'juick-www/src/main/webapp/WEB-INF/views/index.html') diff --git a/juick-www/src/main/webapp/WEB-INF/views/index.html b/juick-www/src/main/webapp/WEB-INF/views/index.html index eebba613..0e4eb6ba 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/index.html +++ b/juick-www/src/main/webapp/WEB-INF/views/index.html @@ -25,13 +25,12 @@ {{ tags(msg.getUser().getName(), msg.getTags()) }} - +

{{ msg | formatMessage }}

{% if msg.AttachmentType is not empty %}

{% endif %} -

{{ msg | formatMessage }}

{% if msg.AttachmentType is not empty %}
{% endif %} @@ -78,4 +77,4 @@ {% if noindex %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3