Remove trailing whitespaces in regular file
Change-Id: Ie416e122dffb666d90f6f254ed1ef5c31cd2b441
This commit is contained in:
parent
72ff189e27
commit
177255bc54
@ -2,12 +2,12 @@
|
||||
<html>
|
||||
|
||||
### Fancy Planet HTML template.
|
||||
###
|
||||
###
|
||||
### When combined with the stylesheet and images in the output/ directory
|
||||
### of the Planet source, this gives you a much prettier result than the
|
||||
### default examples template and demonstrates how to use the config file
|
||||
### to support things like faces
|
||||
###
|
||||
###
|
||||
### For documentation on the more boring template elements, see
|
||||
### examples/config.ini and examples/index.html.tmpl in the Planet source.
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
||||
|
||||
<xsl:copy>
|
||||
<xsl:apply-templates select="@*|node()"/>
|
||||
|
||||
|
||||
<!-- indent end tag if there are element children -->
|
||||
<xsl:if test="*">
|
||||
<xsl:text> </xsl:text>
|
||||
|
@ -3,7 +3,7 @@
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml"
|
||||
xmlns:planet="http://planet.intertwingly.net/"
|
||||
xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
|
||||
<xsl:template match="atom:feed">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<xsl:template match="planet:source">
|
||||
<xsl:variable name="validome_format">
|
||||
<xsl:choose>
|
||||
|
Loading…
x
Reference in New Issue
Block a user