summaryrefslogtreecommitdiffstats
path: root/templates/svxfiledifflistonly.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/svxfiledifflistonly.html')
-rw-r--r--templates/svxfiledifflistonly.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/svxfiledifflistonly.html b/templates/svxfiledifflistonly.html
index 7b0367a..b78c04d 100644
--- a/templates/svxfiledifflistonly.html
+++ b/templates/svxfiledifflistonly.html
@@ -5,14 +5,14 @@
</pre>
{% if logmessage %}
-{% if has_3d %}
-<p><a href="{% url "threed" title %}">3d file</a></p>
-{% else %}
-<p><b>No 3d file</b></p>
-{% endif %}
-<pre>
-LOGMESSAGES
-{{logmessage}}
-</pre>
+ {% if has_3d %}
+ <p><a href='{% url "threed" title %}'>3d file</a></p>
+ {% else %}
+ <p><b>No 3d file</b></p>
+ {% endif %}
+ <pre>
+ LOGMESSAGES
+ {{logmessage}}
+ </pre>
{% endif %}