summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/du2html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/du2html.xsl b/templates/du2html.xsl
index 570b53e..61a3a77 100644
--- a/templates/du2html.xsl
+++ b/templates/du2html.xsl
@@ -217,7 +217,7 @@
<x:apply-templates/>
</x:variable>
<x:value-of select="substring(normalize-space($content),0,200)"/>
- <x:if test="string-length(normalize-space($content)) > 200">
+ <x:if test="string-length(normalize-space($content)) &gt; 200">
<x:text>…</x:text>
</x:if>
</x:otherwise>