diff options
author | Frank Barknecht <fbar@users.sourceforge.net> | 2003-03-29 09:32:18 +0000 |
---|---|---|
committer | Frank Barknecht <fbar@users.sourceforge.net> | 2003-03-29 09:32:18 +0000 |
commit | 893882f9775d63615e8499fc39a91322d18c3504 (patch) | |
tree | fbf911a4d4bbf17191becf713a2bb63b7e5eb823 | |
parent | d8e675b0fcfa8a8b8f1bd3561172607c30f48574 (diff) |
Removed <table> from documentation.php
svn path=/trunk/; revision=508
-rw-r--r-- | htdocs/documentation.php | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/htdocs/documentation.php b/htdocs/documentation.php index b6666217..e94b1f3f 100644 --- a/htdocs/documentation.php +++ b/htdocs/documentation.php @@ -14,15 +14,11 @@ <?php include('menu.inc'); ?> <br> <br> +<!-- Quote of the day --> <?php include('quote.inc'); ?> - </div> <div id="Content"> -<!-- Quote of the day --> -<table border=0 width=650 class="bordered"> -<tr> -<td> <h2>Projects at the Pure Data Ext. Repository</h2> <p>The following projects already have put their sources inside the Pure Data @@ -241,7 +237,7 @@ control. <BR> <BR> -<center> +<p align="center"> <?php include('webring.inc'); ?> <br clear="all"> @@ -250,8 +246,7 @@ control. src="http://sourceforge.net/sflogo.php?group_id=55736&type=5" width="210" height="62" border="0" alt="SourceForge Logo"></A> -</center> -</td></tr></table> +</p> <?php include('lastmodified.inc'); ?> </div> |