You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2005/11/13 15:33:37 UTC

svn commit: r333008 - /httpd/httpd/trunk/docs/manual/style/xsl/indexpage.xsl

Author: nd
Date: Sun Nov 13 06:33:32 2005
New Revision: 333008

URL: http://svn.apache.org/viewcvs?rev=333008&view=rev
Log:
doh! fix build error

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/viewcvs/httpd/httpd/trunk/docs/manual/style/xsl/indexpage.xsl?rev=333008&r1=333007&r2=333008&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/xsl/indexpage.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/xsl/indexpage.xsl Sun Nov 13 06:33:32 2005
@@ -176,7 +176,7 @@
     <input type="hidden" name="btnG" value="Google Search" />
 
     <!-- including the exact phrase "Version major.minor" -->
-    <input type="hidden" value="{normalize-space($message[@id='version']})"
+    <input type="hidden" value="{normalize-space($message[@id='version'])}"
            name="as_epq" />
 
     <!-- with at least one of the words (none) -->