]> git.wh0rd.org - nano-editor.git/blobdiff - screenshots.php
lowercase a bunch of attribute names plus some tags, for esthetics
[nano-editor.git] / screenshots.php
index e5c758baef739c3f7951dff580ecfd984593daee..0f476807b6d7b34eb89a0980abcf3858e4109324 100644 (file)
@@ -5,42 +5,42 @@
 <br>
 
 <blockquote>
-<UL>
+<ul>
 
-<LI>5.x era<br>
+<li>5.x era<br>
    With <tt>--indicator</tt> and <tt>--nohelp</tt> and a highlighted search match:<br>
    <img src="nano-5.7.png" alt="screenshot of 5.7"><br><br>
-</LI>
+</li>
 
-<LI>4.x era<br>
+<li>4.x era<br>
    Modern version showing line numbers and selected text:<br>
    <img src="nano-4.2.png" alt="screenshot of 4.2"><br><br>
-</LI>
+</li>
 
-<LI>3.x era<br>
+<li>3.x era<br>
    Modern version showing its undo support:<br>
    <img src="nano-3.2.png" alt="screenshot of 3.2"><br><br>
-</LI>
+</li>
 
-<LI>2.x era<br>
+<li>2.x era<br>
    Modern version with a colorized interface:<br>
    <img src="nano-2.5.0.png" alt="screenshot of 2.5.0"><br><br>
-</LI>
+</li>
 
-<LI>1.x era<br>
+<li>1.x era<br>
    Showing support for syntax highlighting:<br>
    <img src="colorsyntax.png" alt="screenshot"><br><br>
 
    Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
    <img src="multibuffer.png" alt="screenshot"><br><br>
-</LI>
+</li>
 
-<LI>before 1.0<br>
+<li>before 1.0<br>
    Default (basic) nano setup:<br>
    <img src="nanodefault2.png" alt="screenshot"><br><br>
-</LI>
+</li>
 
-</UL>
+</ul>
 </blockquote>
 
 <?php include "bottom.php"; ?>