diff options
author | Yoshiki Hayashi <yoshiki@apache.org> | 2002-07-10 08:04:38 +0200 |
---|---|---|
committer | Yoshiki Hayashi <yoshiki@apache.org> | 2002-07-10 08:04:38 +0200 |
commit | 5806934a32bcc4133c6805715d4e48824202315c (patch) | |
tree | 40bccf7be1c7f14ce400576852ce804b63010570 /docs | |
parent | Grammar police. (diff) | |
download | apache2-5806934a32bcc4133c6805715d4e48824202315c.tar.xz apache2-5806934a32bcc4133c6805715d4e48824202315c.zip |
Correct a markup error pointed out by Xalan.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95995 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_rewrite.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 7548d450fd..1b4bc5ffa3 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1608,7 +1608,7 @@ There is a special feature: <li> '<strong><code>cookie|CO=</code></strong><em>NAME</em>:<em>VAL</em>:<em>domain</em>[:<em>lifetime</em>]' - (set <strong>co</strong>cookie)<br> + (set <strong>co</strong>cookie)<br /> This sets a cookie on the client's browser. The cookie's name is specified by <em>NAME</em> and the value is <em>VAL</em>. The <em>domain</em> field is the domain of the |