My theme for forester (+plugins)

strip space from authors and contributors

References: https://todo.sr.ht/~jonsterling/forester/128

+2 -2
+2 -2
default.xsl
··· 1 1 <?xml version="1.0"?> 2 2 <!-- SPDX-License-Identifier: CC0-1.0 --> 3 - <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 + <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:f="http://www.jonmsterling.com/jms-005P.xml"> 4 4 5 5 <xsl:output method="html" encoding="utf-8" indent="yes" doctype-public="" doctype-system="" /> 6 - 6 + <xsl:strip-space elements="f:author f:contributor"/> 7 7 <xsl:include href="core.xsl" /> 8 8 <xsl:include href="metadata.xsl" /> 9 9 <xsl:include href="links.xsl" />