xsl/gemini.xsl: add a linewrap in news
c3d2-web deployed Details
c3d2-gemini deployed Details

This commit is contained in:
Astro 2022-03-08 17:57:32 +01:00
parent b8e3cf5560
commit 73e22d6a38
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
</call-template>
<text> von </text>
<value-of select="@author"/>
<text>&#10;</text>
<text>&#10;&#10;</text>
<apply-templates select="*[name() = 'p' or name() = 'blockquote' or name() = 'ul' or name() = 'ol']"/>