]> git.wh0rd.org - nano-editor.git/blobdiff - contact.php
remove some unneeded enveloping tables
[nano-editor.git] / contact.php
index 6efa29adcfb60ab221eea6c2269fe7db3644445d..1d7a29828b7db02ba1fb7b7b4231c137f06fec92 100644 (file)
@@ -1,19 +1,17 @@
 <?php $title="Reporting bugs";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
 <br>
 <center><b>Reporting Bugs</b></center>
 
 <blockquote>Please use nano's pages on Savannah for:
-<P>
-<UL>
-<LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Bug reports</A></LI>
-<LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Feature requests</A></LI>
-<LI><A HREF="https://savannah.gnu.org/patch/?group=nano">Submitting patches</A></LI>
-</UL>
+<p>
+<ul>
+<li><a href="https://savannah.gnu.org/bugs/?group=nano">Bug reports</a></li>
+<br>
+<li><a href="https://savannah.gnu.org/bugs/?group=nano">Feature requests</a></li>
+<br>
+<li><a href="https://savannah.gnu.org/patch/?group=nano">Submitting patches</a></li>
+</ul>
 For any other issues please email the nano-devel list (see below).
 </blockquote>
 
@@ -22,23 +20,18 @@ For any other issues please email the nano-devel list (see below).
 
 <blockquote>
 <ul>
+<li>When you have questions about how to do things with nano:<br>
+<a href="https://lists.gnu.org/mailman/listinfo/help-nano">
+https://lists.gnu.org/mailman/listinfo/help-nano</a></li>
+<br>
 <li>When you want to discuss technical details of the editor:<br>
 <a href="https://lists.gnu.org/mailman/listinfo/nano-devel">
-https://lists.gnu.org/mailman/listinfo/nano-devel
-</a>
+https://lists.gnu.org/mailman/listinfo/nano-devel</a></li>
+<br>
 <li>When you wish to receive an announcement of each new release:<br>
 <a href="https://lists.gnu.org/mailman/listinfo/info-nano">
-https://lists.gnu.org/mailman/listinfo/info-nano
-</a>
-<li>When you have questions about how to do things with nano:<br>
-<a href="https://lists.gnu.org/mailman/listinfo/help-nano">
-https://lists.gnu.org/mailman/listinfo/help-nano
-</a>
+https://lists.gnu.org/mailman/listinfo/info-nano</a></li>
 </ul>
 </blockquote>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>