]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
XML Parsing error, I believe this is the fix
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 19 Nov 2015 20:18:08 +0000 (20:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 19 Nov 2015 20:18:08 +0000 (20:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715264 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index ae907a54128f44ec29c438def5b7c14e34b7c74e..0771e3c44ee02d032c89396c4a2952e12edf851b 100644 (file)
             </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>