From: Luca Toscano Date: Thu, 25 Feb 2016 19:29:58 +0000 (+0000) Subject: Added workaround to the mod_http2 doc to display multi-line highlight blocks correctly X-Git-Tag: 2.5.0-alpha~2011 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26de7f416dbfaf30ac6e2f47673d2ae959f20257;p=thirdparty%2Fapache%2Fhttpd.git Added workaround to the mod_http2 doc to display multi-line highlight blocks correctly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732351 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index 53ec68c5cfa..1a0228a437e 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -273,10 +273,10 @@ Protocols h2 h2c http/1.1

mod_headers example - <Location /index.html> - Header add Link "</css/site.css>;rel=preload" - Header add Link "</images/logo.jpg>;rel=preload" - </Location> +<Location /index.html> + Header add Link "</css/site.css>;rel=preload" + Header add Link "</images/logo.jpg>;rel=preload" +</Location>

@@ -464,9 +464,9 @@ Protocols h2 h2c http/1.1 Shorter Priority Rules - 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