htaccess: set max-age for plp to a day
[sheet.git] / vi.plp
diff --git a/vi.plp b/vi.plp
index ba92e1771207a69e000cd23cabde21d52e90a063..e3cd1e85e68e530a87b79d1fa41eef82d0a1aa24 100644 (file)
--- a/vi.plp
+++ b/vi.plp
@@ -20,15 +20,6 @@ Html({
 
 <h2>normal mode (default)</h2>
 
-<ul id="rows">
-
-<li class="row">
-       <ul class="keys omni">
-       <li class="mo chr27" onclick="setmode()"><b>Esc</b> normal mode
-               <!-- not as static anymore, but never bothered; just see ^[ -->
-       </ul>
-</li>
-
 <:
 use Shiar_Sheet::Keyboard 2;
 my $info = do 'vi.eng.inc.pl' or die $@;
@@ -37,7 +28,6 @@ my $keys = Shiar_Sheet::Keyboard->new($info);
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{rows});
 :>
-</ul>
 
 <hr>