]> granicus.if.org Git - apache/commitdiff
Added a <code> tag for readability
authorVincent Deffontaines <gryzor@apache.org>
Mon, 31 Dec 2012 17:18:42 +0000 (17:18 +0000)
committerVincent Deffontaines <gryzor@apache.org>
Mon, 31 Dec 2012 17:18:42 +0000 (17:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1427185 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_form.xml

index 1568f5a690d5c4450830e7dd8297c96a3ce82e1b..542fa09c0b772eafb62cad0b0bb19f92bd874e62 100644 (file)
@@ -662,7 +662,7 @@ parser hass been added in 2.4.4.</compatibility>
     <p>The <directive module="mod_auth_form">AuthFormDisableNoStore</directive> flag
     disables the sending of a <code>Cache-Control no-store</code> header with the
     error 401 page returned when the user is not yet logged in. The purpose of the header
-    is to make it difficult for an ecmascript application to attempt to resubmit the
+    is to make it difficult for an <code>ecmascript</code> application to attempt to resubmit the
     login form, and reveal the username and password to the backend application. Disable
     at your own risk.</p>