Remove spurious spaces at the end of lines
This commit is contained in:
parent
8fb8ff2612
commit
8589e90f5c
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ List of preceding siblings for "</xsl:text>
|
|||
)[last()][self::command]">
|
||||
<xsl:text>none</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when
|
||||
<xsl:when
|
||||
test="preceding-sibling::screen
|
||||
[not(@role='nodump') and ./userinput][1][not(@role)]">
|
||||
<xsl:text>non-root</xsl:text>
|
||||
|
@ -105,7 +105,7 @@ List of preceding siblings for "</xsl:text>
|
|||
)[1][self::command]">
|
||||
<xsl:text>none</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when
|
||||
<xsl:when
|
||||
test="following-sibling::screen
|
||||
[not(@role='nodump') and ./userinput][1][not(@role)]">
|
||||
<xsl:text>non-root</xsl:text>
|
||||
|
|
Reference in a new issue