
rbowen at apache
Apr 14, 2012, 4:26 PM
Post #1 of 1
(34 views)
Permalink
|
|
svn commit: r1326229 - /httpd/httpd/trunk/docs/manual/style/xsl/indexpage.xsl
|
|
Author: rbowen Date: Sat Apr 14 23:26:22 2012 New Revision: 1326229 URL: http://svn.apache.org/viewvc?rev=1326229&view=rev Log: Trivial typo. Modified: httpd/httpd/trunk/docs/manual/style/xsl/indexpage.xsl Modified: httpd/httpd/trunk/docs/manual/style/xsl/indexpage.xsl URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/xsl/indexpage.xsl?rev=1326229&r1=1326228&r2=1326229&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/style/xsl/indexpage.xsl (original) +++ httpd/httpd/trunk/docs/manual/style/xsl/indexpage.xsl Sat Apr 14 23:26:22 2012 @@ -25,8 +25,8 @@ xmlns="http://www.w3.org/1999/xhtml"> <!-- --> -<!-- three columns, select were the particular categories shall be --> -<!-- placed in. (order is irrelevant, they're placed in document order) --> +<!-- Three columns, select where the particular categories shall be --> +<!-- placed. (Order is irrelevant, they're placed in document order) --> <!-- --> <xsl:variable name="indexpage-column1" select="' release
|