Drupal: XHTML XSL – odstranění přebytečných mezer (oprava).
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue Oct 18 22:50:39 2011 +0200 (2011-10-18)
changeset 98763472057819
parent 97 7520a9246ff5
child 99 dd361cf60002
Drupal: XHTML XSL – odstranění přebytečných mezer (oprava).
helpers/mimeXhtmlPart-make-paragraphs.xsl
     1.1 --- a/helpers/mimeXhtmlPart-make-paragraphs.xsl	Tue Oct 18 21:10:45 2011 +0200
     1.2 +++ b/helpers/mimeXhtmlPart-make-paragraphs.xsl	Tue Oct 18 22:50:39 2011 +0200
     1.3 @@ -190,7 +190,6 @@
     1.4  		<xsl:copy-of select="$část/child::node()"/>
     1.5  		<xsl:variable name="následovník" select="$část/following-sibling::node()[1]"/>
     1.6  		<xsl:if test="$následovník/name() = 'o:odstavec' and not($následovník/@typ = 'začátek')">
     1.7 -			<xsl:text> </xsl:text>
     1.8  			<xsl:call-template name="spojOdstavce">
     1.9  				<xsl:with-param name="část" select="$následovník"/>
    1.10  			</xsl:call-template>