You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2013/01/21 15:52:16 UTC

svn commit: r1436388 - /httpd/httpd/trunk/docs/manual/mod/mod_macro.html.en

Author: nd
Date: Mon Jan 21 14:52:16 2013
New Revision: 1436388

URL: http://svn.apache.org/viewvc?rev=1436388&view=rev
Log:
update transformation

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_macro.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_macro.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_macro.html.en?rev=1436388&r1=1436387&r2=1436388&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_macro.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_macro.html.en Mon Jan 21 14:52:16 2013
@@ -55,7 +55,6 @@
 
 <p>Definition of a macro:</p>
 
-</p>
     <ul>
     <li> macro definition within a &lt;Macro&gt; section, following
          the apache style.</li>
@@ -89,7 +88,6 @@
 
 <p>Use of a macro:</p>
 
-</p>
     <ul>
     <li> number of arguments must match the definition.</li>
     <li> all occurences of macro parameters are substituted by their values.</li>
@@ -104,7 +102,6 @@
 
 <p>Removal of a macro definition:</p>
 
-</p>
    <ul>
    <li> the macro must be already defined.</li>
    </ul>