Author: bugman Date: Mon Mar 26 12:45:28 2012 New Revision: 15630 URL: http://svn.gna.org/viewcvs/relax?rev=15630&view=rev Log: Fix for the http://www.nmr-relax.com/communication.html page - closure of the <ul> elements.
This was found by the W3C validator (http://validator.w3.org). Modified: website/communication.html Modified: website/communication.html URL: http://svn.gna.org/viewcvs/relax/website/communication.html?rev=15630&r1=15629&r2=15630&view=diff ============================================================================== --- website/communication.html (original) +++ website/communication.html Mon Mar 26 12:45:28 2012 @@ -44,6 +44,7 @@ <li> <a href="http://www.mail-archive.com/[email protected]/">The Mail Archive</a> </li> + </ul> </div> <div id="relax-users" class="main_h2"> @@ -56,6 +57,7 @@ <li> <a href="http://www.mail-archive.com/[email protected]/">The Mail Archive</a> </li> + </ul> </div> <div id="relax-devel" class="main_h2"> @@ -68,6 +70,7 @@ <li> <a href="http://www.mail-archive.com/[email protected]/">The Mail Archive</a> </li> + </ul> </div> <div id="relax-commits" class="main_h2"> @@ -80,6 +83,7 @@ <li> <a href="http://www.mail-archive.com/[email protected]/">The Mail Archive</a> </li> + </ul> </div> <div class="main_h2"> _______________________________________________ relax (http://nmr-relax.com) This is the relax-commits mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-commits

