aboutsummaryrefslogtreecommitdiff
path: root/utility/master.xsl
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-08-06 23:49:20 +0200
committerAdrian Kummerlaender2014-08-06 23:49:20 +0200
commit4ba35f4999514043d2ff420779cb07cedb8b0d96 (patch)
tree1310c032fc24df6d80d164db95205fde5c6d4f38 /utility/master.xsl
parent96895b711b282e914d064273ef9f74b2c5f0c920 (diff)
downloadblog.kummerlaender.eu-4ba35f4999514043d2ff420779cb07cedb8b0d96.tar
blog.kummerlaender.eu-4ba35f4999514043d2ff420779cb07cedb8b0d96.tar.gz
blog.kummerlaender.eu-4ba35f4999514043d2ff420779cb07cedb8b0d96.tar.bz2
blog.kummerlaender.eu-4ba35f4999514043d2ff420779cb07cedb8b0d96.tar.lz
blog.kummerlaender.eu-4ba35f4999514043d2ff420779cb07cedb8b0d96.tar.xz
blog.kummerlaender.eu-4ba35f4999514043d2ff420779cb07cedb8b0d96.tar.zst
blog.kummerlaender.eu-4ba35f4999514043d2ff420779cb07cedb8b0d96.zip
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 'utility/master.xsl')
-rw-r--r--utility/master.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/master.xsl b/utility/master.xsl
index c682072..66cfdb3 100644
--- a/utility/master.xsl
+++ b/utility/master.xsl
@@ -10,7 +10,7 @@
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
omit-xml-declaration="yes"
encoding="UTF-8"
- indent="yes"
+ indent="no"
/>
<xsl:variable name="root" select="/datasource"/>