summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-10-05 19:00:18 +0100
committerdakkar <dakkar@thenautilus.net>2019-10-05 19:00:18 +0100
commit9ef364a02ec0e3eb3631e250843ed0b00953cb1a (patch)
tree23cf9893947283523c432be3e5013db20184d0b7
parentfix twitter card images (diff)
downloadthenautilus-9ef364a02ec0e3eb3631e250843ed0b00953cb1a.tar.gz
thenautilus-9ef364a02ec0e3eb3631e250843ed0b00953cb1a.tar.bz2
thenautilus-9ef364a02ec0e3eb3631e250843ed0b00953cb1a.zip
more correct template text
-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>