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 2012/04/27 22:26:24 UTC

svn commit: r1331579 - in /httpd/httpd/trunk/docs/manual/developer: modguide.html.en modguide.xml

Author: nd
Date: Fri Apr 27 20:26:23 2012
New Revision: 1331579

URL: http://svn.apache.org/viewvc?rev=1331579&view=rev
Log:
border doesn't validate.

Modified:
    httpd/httpd/trunk/docs/manual/developer/modguide.html.en
    httpd/httpd/trunk/docs/manual/developer/modguide.xml

Modified: httpd/httpd/trunk/docs/manual/developer/modguide.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/modguide.html.en?rev=1331579&r1=1331578&r2=1331579&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/modguide.html.en (original)
+++ httpd/httpd/trunk/docs/manual/developer/modguide.html.en Fri Apr 27 20:26:23 2012
@@ -886,7 +886,7 @@ static const command_rec        example_
 
 
 <p>
-<img src="../images/build_a_mod_4.png" border="1" alt="Directives structure" /><br />
+<img src="../images/build_a_mod_4.png" alt="Directives structure" /><br />
 As you can see, each directive needs at least 5 parameters set:
 </p>
 <ol>

Modified: httpd/httpd/trunk/docs/manual/developer/modguide.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/modguide.xml?rev=1331579&r1=1331578&r2=1331579&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/modguide.xml (original)
+++ httpd/httpd/trunk/docs/manual/developer/modguide.xml Fri Apr 27 20:26:23 2012
@@ -861,7 +861,7 @@ static const command_rec        example_
 <!-- END EXAMPLE CODE -->
 
 <p>
-<img src="../images/build_a_mod_4.png" border="1" alt="Directives structure"/><br/>
+<img src="../images/build_a_mod_4.png" alt="Directives structure"/><br />
 As you can see, each directive needs at least 5 parameters set:
 </p>
 <ol>