svn commit: r45515 - head/share/xml

Gavin Atkinson gavin at FreeBSD.org
Mon Aug 25 22:57:29 UTC 2014


Author: gavin
Date: Mon Aug 25 22:57:28 2014
New Revision: 45515
URL: http://svnweb.freebsd.org/changeset/doc/45515

Log:
  Fix indentation.

Modified:
  head/share/xml/xhtml.xsl

Modified: head/share/xml/xhtml.xsl
==============================================================================
--- head/share/xml/xhtml.xsl	Mon Aug 25 19:23:49 2014	(r45514)
+++ head/share/xml/xhtml.xsl	Mon Aug 25 22:57:28 2014	(r45515)
@@ -53,7 +53,7 @@
 	  <div id="container">
 	    &header2;
 
-	  <div id="content">
+	    <div id="content">
 	      <xsl:call-template name="process.content"/>
 	    </div> <!-- CONTENT -->
 


More information about the svn-doc-head mailing list