Author: sebb
Date: Fri May 26 18:42:58 2017
New Revision: 1796323

URL: http://svn.apache.org/viewvc?rev=1796323&view=rev
Log:
Indent output to avoid excessively long lines

Modified:
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1796323&r1=1796322&r2=1796323&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Fri May 26 18:42:58 2017
@@ -35,7 +35,7 @@
 
   <!-- Output method -->
   <xsl:output method="html" html-version="5.0" encoding="iso-8859-15"
-    indent="no" doctype-system="about:legacy-compat" />
+    indent="yes" doctype-system="about:legacy-compat" />
 
   <xsl:template match="document">
     <xsl:variable name="project" select="document('project.xml')/project" />


Reply via email to