You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2015/12/28 18:38:57 UTC

svn commit: r1721957 - /httpd/httpd/trunk/docs/manual/rewrite/flags.xml

Author: rbowen
Date: Mon Dec 28 17:38:56 2015
New Revision: 1721957

URL: http://svn.apache.org/viewvc?rev=1721957&view=rev
Log:
Use the highlight syntax, for better linebreaks.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/flags.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.xml?rev=1721957&r1=1721956&r2=1721957&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/flags.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml Mon Dec 28 17:38:56 2015
@@ -240,10 +240,10 @@ variables work.</p>
 
 <p>The full syntax for this flag is:</p>
 
-<example>
+<highlight language="config">
 [E=VAR:VAL]
 [E=!VAR]
-</example>
+</highlight>
 
 <p><code>VAL</code> may contain backreferences (<code>$N</code> or
 <code>%N</code>) which are expanded.</p>