Skip to content

Commit

Permalink
eliminated superfluous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Aug 7, 2013
1 parent 1504cae commit 2d8c7bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/xsl/diary_tableLeft.xsl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:wega="http://xquery.weber-gesamtausgabe.de/webapp/functions/utilities"
xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0"
Expand Down Expand Up @@ -57,7 +58,7 @@
</xsl:if>
<xsl:apply-templates/>
</xsl:element>
<xsl:text> </xsl:text>
<!--<xsl:text> </xsl:text>--> <!-- Überflüssiges Leerzeichen - wofür wurde das benötigt? -->
</xsl:template>
<xsl:template match="tei:measure[@type='expense']" priority="0.5"/>
<xsl:template match="tei:measure[@rend='inline' or @type='income' or @type='rebooking']"
Expand Down

0 comments on commit 2d8c7bf

Please sign in to comment.