diff options
Improved automatic source code highlighting
* disable indentation in both the page and datasource master stylesheets
** indentation was interfering with correct output of formatted code
* simplified call to formatter helper template
Diffstat (limited to 'source/99_result/article')
-rw-r--r-- | source/99_result/article/article.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/99_result/article/article.xsl b/source/99_result/article/article.xsl index a82dcb1..bd7ed14 100644 --- a/source/99_result/article/article.xsl +++ b/source/99_result/article/article.xsl @@ -34,7 +34,7 @@ </xsl:for-each> | Adrian Kummerländer </p> - <xsl:copy-of select="content/*"/> + <xsl:copy-of select="content/node()"/> </div> </xsl:template> |