]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix up some examples
authorDaniel Gruno <humbedooh@apache.org>
Thu, 10 May 2012 11:11:49 +0000 (11:11 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 10 May 2012 11:11:49 +0000 (11:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336590 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_form.xml
docs/manual/mod/mod_cern_meta.xml

index 6817de517aac54362c14dce2c0bc25073890d078..23966b8b07c41a3a5989142943af3c44a9c679f5 100644 (file)
@@ -278,7 +278,7 @@ SessionCryptoPassphrase secret
       <example><title>CGI example</title>
       <highlight language="config">
         AuthFormProvider file
-        <strong>ErrorDocument 401 /cgi-bin/login.cgi</strong>
+        ErrorDocument 401 /cgi-bin/login.cgi
         ...
         </highlight>
       </example>
index e25f75782bd98df5e6b55ed219f98641c1a2baa9..ce40d7b4eb7355fece4acb57694a3389e0985452 100644 (file)
@@ -112,7 +112,9 @@ meta information</description>
     information.</p>
 
     <example><title>Example:</title>
+    <highlight language="config">
       MetaSuffix .meta
+     </highlight>
     </example>
 </usage>
 </directivesynopsis>