From: Rich Bowen
Date: Fri, 24 Jun 2011 18:46:14 +0000 (+0000)
Subject: Correct link to mod_macro.
X-Git-Tag: 2.3.13~14
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a66e33771293363ffc5551a9cdd1ca9672f3abd;p=thirdparty%2Fapache%2Fhttpd.git
Correct link to mod_macro.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139406 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en
index 928001266fa..39b86110e5b 100644
--- a/docs/manual/rewrite/avoid.html.en
+++ b/docs/manual/rewrite/avoid.html.en
@@ -145,7 +145,7 @@ with mod_rewrite, it is seldom the right way. Creating individual
event that you have an enormous number of virtual hosts, consider using
mod_vhost_alias
to create these hosts automatically.
-Third-party modules such as mod_macro are
+
Third-party modules such as mod_macro are
also useful for creating a large number of virtual hosts dynamically.
Using mod_rewrite
for vitualhost creation may be
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index 373caf71a3e..9d2b85bb3d4 100644
--- a/docs/manual/rewrite/avoid.xml
+++ b/docs/manual/rewrite/avoid.xml
@@ -155,7 +155,7 @@ with mod_rewrite, it is seldom the right way. Creating individual
event that you have an enormous number of virtual hosts, consider using
mod_vhost_alias to create these hosts automatically.
-Third-party modules such as mod_macro are
+
Third-party modules such as mod_macro are
also useful for creating a large number of virtual hosts dynamically.
Using mod_rewrite for vitualhost creation may be