]> git.wh0rd.org - nano-editor.git/blobdiff - state.php
add a line break
[nano-editor.git] / state.php
index 1ae607c66765e88662164b946c045a327109e037..014da31cb65489ace69b3d60044d9f77b90836c8 100644 (file)
--- a/state.php
+++ b/state.php
@@ -1,8 +1,5 @@
 <?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>
@@ -14,7 +11,7 @@
 <img src="https://repology.org/badge/version-for-repo/arch/nano.svg?header=Arch Linux" alt="Arch package">
 <br>
 <br>
-<img src="https://repology.org/badge/version-for-repo/debian_testing/nano.svg?header=Debian Testing" alt="Debian Testing package">
+<img src="https://repology.org/badge/version-for-repo/debian_unstable/nano.svg?header=Debian Unstable" alt="Debian Unstable package">
 <br>
 <br>
 <img src="https://repology.org/badge/version-for-repo/fedora_rawhide/nano.svg?header=Fedora Rawhide" alt="Fedora Rawhide package">
@@ -56,7 +53,4 @@
 
 </div>
 
-</td></tr>
-</table>
-
 <?php include "bottom.php"; ?>