From 2c99ede62f640ccea9069a4802304f4decc6bde0 Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 8 Aug 2014 23:09:33 +0200 Subject: [PATCH] fix html validity --- templates/post/fileinfo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index 969a901b..4a3300a4 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -28,8 +28,8 @@ {% endif %} {% endif %} ) - {% include "post/image_identification.html" %} - {% include "post/file_controls.html" %}

+ {% include "post/image_identification.html" %} + {% include "post/file_controls.html" %}

{% include "post/image.html" with {'post':file} %} {% endif %}