]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added workaround to the mod_http2 doc to display multi-line highlight blocks correctly
authorLuca Toscano <elukey@apache.org>
Thu, 25 Feb 2016 19:29:58 +0000 (19:29 +0000)
committerLuca Toscano <elukey@apache.org>
Thu, 25 Feb 2016 19:29:58 +0000 (19:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732351 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index 53ec68c5cfa68d8b9efef268bb65a6a5e644edf3..1a0228a437eb90ee1ae9340b96e51902b57777b2 100644 (file)
@@ -273,10 +273,10 @@ Protocols h2 h2c http/1.1
             </p>
             <example><title>mod_headers example</title>
                 <highlight language="config">
-                    &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;
+&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>
@@ -464,9 +464,9 @@ Protocols h2 h2c http/1.1
             </ol>
             <example><title>Shorter Priority Rules</title>
                 <highlight language="config">
-                    H2PushPriority application/json 32         # an After rule
-                    H2PushPriority image/jpeg before           # weight inherited
-                    H2PushPriority text/css   interleaved      # weight 256 default
+H2PushPriority application/json 32         # an After rule
+H2PushPriority image/jpeg before           # weight inherited
+H2PushPriority text/css   interleaved      # weight 256 default
                 </highlight>
             </example>
         </usage>