summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_headers.xml
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2002-11-14 05:40:00 +0000
committerAndré Malo <nd@apache.org>2002-11-14 05:40:00 +0000
commit5abb2200e4c414ecd2ec373d074def36710916e3 (patch)
tree3d86f3b10d86dd7e4d1a55ce053db5175ef6e606 /docs/manual/mod/mod_headers.xml
parent86ceb35f603f0eb956491cbd866c4f3579af68c4 (diff)
downloadhttpd-5abb2200e4c414ecd2ec373d074def36710916e3.tar.gz
- fix bogus example regex
- update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97514 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_headers.xml')
-rw-r--r--docs/manual/mod/mod_headers.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml
index 71ab5ab4f0..1144446cff 100644
--- a/docs/manual/mod/mod_headers.xml
+++ b/docs/manual/mod/mod_headers.xml
@@ -59,7 +59,7 @@ is available only in Apache 2.0</compatibility>
response headers:
<example>
- Header echo ^TS*
+ Header echo ^TS
</example>
</li>