You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2015/11/19 21:18:08 UTC

svn commit: r1715264 - /httpd/httpd/trunk/docs/manual/mod/mod_http2.xml

Author: wrowe
Date: Thu Nov 19 20:18:08 2015
New Revision: 1715264

URL: http://svn.apache.org/viewvc?rev=1715264&view=rev
Log:
XML Parsing error, I believe this is the fix

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_http2.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_http2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_http2.xml?rev=1715264&r1=1715263&r2=1715264&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_http2.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_http2.xml Thu Nov 19 20:18:08 2015
@@ -141,10 +141,10 @@
             </p>
             <example><title>mod_headers example</title>
                 <highlight language="config">
-                    <Location /index.html>
-                        Header add Link "</css/site.css>;rel=preload"
-                        Header add Link "</images/logo.jpg>;rel=preload"
-                    </Location>
+&lt;Location /index.html&gt;
+    Header add Link "&lt;/css/site.css&gt;;rel=preload"
+    Header add Link "&lt;/images/logo.jpg&gt;;rel=preload"
+&lt;/Location&gt;
                 </highlight>
             </example>
             <p>