From: Richard Bowen Date: Thu, 17 Oct 2013 18:23:19 +0000 (+0000) Subject: Broken markup in example X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7e78695d3da4f1538fb198589620481d231abf;p=thirdparty%2Fapache%2Fhttpd.git Broken markup in example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533197 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_macro.html.en b/docs/manual/mod/mod_macro.html.en index a15c45d0c56..682c4c9e9ed 100644 --- a/docs/manual/mod/mod_macro.html.en +++ b/docs/manual/mod/mod_macro.html.en @@ -73,7 +73,7 @@ multiple similar virtual hosts:

DocumentRoot /var/www/vhosts/$name ErrorLog /var/log/httpd/$name.error_log CustomLog /var/log/httpd/$name.access_log combined ->/VirtualHost> +</VirtualHost> </Macro> diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml index c0da917f9ed..f88cbf5416a 100644 --- a/docs/manual/mod/mod_macro.xml +++ b/docs/manual/mod/mod_macro.xml @@ -58,7 +58,7 @@ multiple similar virtual hosts:

DocumentRoot /var/www/vhosts/$name ErrorLog /var/log/httpd/$name.error_log CustomLog /var/log/httpd/$name.access_log combined ->/VirtualHost> +</VirtualHost> </Macro>