mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Fix ghost whitespace in authors list
Using indent='no' prevents any spurious whitespace from being generated in the output. This ensures that user agents do not render such whitespace in places where none should be, for example between the <li/> elements of an authors list. Thanks to @flowdalic for finding and reporting.
This commit is contained in:
parent
9fd9f20584
commit
83195a7083
2
xep.xsl
2
xep.xsl
@ -34,7 +34,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
|
||||
|
||||
<xsl:output doctype-public='-//W3C//DTD XHTML 1.0 Transitional//EN' doctype-system='http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' method='html'/>
|
||||
<xsl:output doctype-public='-//W3C//DTD XHTML 1.0 Transitional//EN' doctype-system='http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' method='html' indent='no'/>
|
||||
|
||||
<xsl:template name="status-notice">
|
||||
<xsl:param name="thestatus"/>
|
||||
|
Loading…
Reference in New Issue
Block a user