]> git.wh0rd.org - nano-editor.git/commitdiff
remove some unneeded enveloping tables
authorBenno Schulenberg <bensberg@telfort.nl>
Sat, 4 Sep 2021 15:02:40 +0000 (17:02 +0200)
committerBenno Schulenberg <bensberg@telfort.nl>
Sat, 4 Sep 2021 15:02:40 +0000 (17:02 +0200)
contact.php
docs.php
download.php
git.php
history.php
news.php
screenshots.php
state.php
who.php

index 8e0822f120b11e2a7502e27c29ee4cab8f345c1b..1d7a29828b7db02ba1fb7b7b4231c137f06fec92 100644 (file)
@@ -1,21 +1,17 @@
 <?php $title="Reporting bugs";  include "top.php"; ?>
 
 <?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:
 <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>
+<p>
+<ul>
+<li><a href="https://savannah.gnu.org/bugs/?group=nano">Bug reports</a></li>
 <br>
 <br>
-<LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Feature requests</A></LI>
+<li><a href="https://savannah.gnu.org/bugs/?group=nano">Feature requests</a></li>
 <br>
 <br>
-<LI><A HREF="https://savannah.gnu.org/patch/?group=nano">Submitting patches</A></LI>
-</UL>
+<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>
 
 For any other issues please email the nano-devel list (see below).
 </blockquote>
 
@@ -38,8 +34,4 @@ https://lists.gnu.org/mailman/listinfo/info-nano</a></li>
 </ul>
 </blockquote>
 
 </ul>
 </blockquote>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>
index f0b14cef8af72c45f070bd28ab1fbf1877406b94..a0f229641038a711c4f863fcbcbb1d1213ede935 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,9 +1,5 @@
 <?php $title="Documentation";  include "top.php"; ?>
 
 <?php $title="Documentation";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
 <br>
 <center><b>Documentation</b></center>
 <br>
 <br>
 <center><b>Documentation</b></center>
 <br>
@@ -81,9 +77,6 @@ Description
 <td>General description of noteworthy things in each release.</td>
 </tr>
 
 <td>General description of noteworthy things in each release.</td>
 </tr>
 
-</table>
-</td>
-</tr>
 </table>
 
 <?php include "bottom.php"; ?>
 </table>
 
 <?php include "bottom.php"; ?>
index 44767c6b6b535d4ed67c32a072ecdb01fbb19c43..545c35404e1e51389895160e04d06db3c4e9797d 100644 (file)
@@ -1,18 +1,7 @@
 <?php $title="Downloads";  include "top.php"; ?>
 
 <?php $title="Downloads";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
-<center><table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
 <br>
 <center><b>Downloading GNU nano</b></center>
 <br>
 <center><b>Downloading GNU nano</b></center>
-</td>
-</tr>
-</table></center>
-
 <br>
 
 <center><table BORDER=0 WIDTH="80%">
 <br>
 
 <center><table BORDER=0 WIDTH="80%">
@@ -96,8 +85,4 @@
 
 </table></center>
 
 
 </table></center>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>
diff --git a/git.php b/git.php
index b9ccbf93b261796d1cfcea897a6f7b059bb68788..02acf73c22896c3ebb8b8106bbfeac7112f42bac 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,9 +1,5 @@
 <?php $title="Source code";  include "top.php"; ?>
 
 <?php $title="Source code";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
 <br>
 <center><b>Source Code</b></center>
 
 <br>
 <center><b>Source Code</b></center>
 
@@ -30,8 +26,4 @@ instructions</a> located in the git repository itself.
 
 </blockquote>
 
 
 </blockquote>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>
index c3b17f30c067a8b0a23e855b6f9331a482e591dc..a271d523cf4b3f4bc3b89bb4e1a657563de4dcb0 100644 (file)
@@ -1,9 +1,5 @@
 <?php $title="History";  include "top.php"; ?>
 
 <?php $title="History";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
 <br>
 <center><b>History</b></center>
 <br>
 <br>
 <center><b>History</b></center>
 <br>
@@ -162,8 +158,4 @@ Version 1.0 had the following features:<br>
 </td></tr></table>
 </blockquote>
 
 </td></tr></table>
 </blockquote>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>
index c25fdd95f90edd6b95bcb2c7aa19c6297e96836b..21a8786a95728300d599699b8f3157a3e75f0ae5 100644 (file)
--- a/news.php
+++ b/news.php
@@ -1,8 +1,5 @@
 <?php $title="News";  include "top.php"; ?>
 
 <?php $title="News";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 <td>
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 <td>
@@ -821,8 +818,4 @@ Bye!  And thanks for all the grass!
 </tr>
 </table>
 
 </tr>
 </table>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>
index 126ea3d0bdf8681738639568a6eda4be2f189764..e5c758baef739c3f7951dff580ecfd984593daee 100644 (file)
@@ -1,16 +1,8 @@
 <?php $title="Screenshots";  include "top.php"; ?>
 
 <?php $title="Screenshots";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
 <br>
 <center><b>Screenshots</b></center>
 <br>
 <center><b>Screenshots</b></center>
-</td>
-</tr>
-</table>
+<br>
 
 <blockquote>
 <UL>
 
 <blockquote>
 <UL>
@@ -51,8 +43,4 @@
 </UL>
 </blockquote>
 
 </UL>
 </blockquote>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>
index 1ae607c66765e88662164b946c045a327109e037..07d219556cadab6e1cf2910edf6cae550768f5a2 100644 (file)
--- a/state.php
+++ b/state.php
@@ -1,8 +1,5 @@
 <?php $title="Current state";  include "top.php"; ?>
 
 <?php $title="Current state";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP><td>
-
 <br>
 <center><b>Latest version in various distros</b></center>
 <br>
 <br>
 <center><b>Latest version in various distros</b></center>
 <br>
@@ -56,7 +53,4 @@
 
 </div>
 
 
 </div>
 
-</td></tr>
-</table>
-
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>
diff --git a/who.php b/who.php
index 0a9c21872cc3736ee3260aa015480120a8910c4a..199029562d079e4648a6c3d923ca1ad5461f1625 100644 (file)
--- a/who.php
+++ b/who.php
@@ -1,17 +1,7 @@
 <?php $title="Who's who";  include "top.php"; ?>
 
 <?php $title="Who's who";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
-&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Original Author</b></center>
 <center><b>Original Author</b></center>
-</td>
-</tr>
-</table>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
@@ -19,14 +9,8 @@
 </tr>
 </table>
 
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Current Maintainer</b></center>
 <center><b>Current Maintainer</b></center>
-</td>
-</tr>
-</table>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 </tr>
 </table>
 
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Former Maintainers</b></center>
 <center><b>Former Maintainers</b></center>
-</td>
-</tr>
-</table>
 
 <table ALIGN=CENTER BORDER=0 CELLSPACING=0 WIDTH="60%">
 <tr ALIGN=CENTER>
 
 <table ALIGN=CENTER BORDER=0 CELLSPACING=0 WIDTH="60%">
 <tr ALIGN=CENTER>
 </tr>
 </table>
 
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Early Co-Developers</b></center>
 <center><b>Early Co-Developers</b></center>
-</td>
-</tr>
-</table>
 
 <table ALIGN=CENTER BORDER=0 CELLSPACING=0 WIDTH="80%">
 <tr ALIGN=CENTER>
 
 <table ALIGN=CENTER BORDER=0 CELLSPACING=0 WIDTH="80%">
 <tr ALIGN=CENTER>
 </tr>
 </table>
 
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Contributors of Code and Fixes</b></center>
 <center><b>Contributors of Code and Fixes</b></center>
-</td>
-</tr>
-</table>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr ALIGN=CENTER>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr ALIGN=CENTER>
 </tr>
 </table>
 
 </tr>
 </table>
 
-</td>
-</tr>
-</table>
+<br>
 
 <?php include "bottom.php"; ?>
 
 <?php include "bottom.php"; ?>