countries: store abbreviations in include
[sheet.git] / vi.plp
diff --git a/vi.plp b/vi.plp
index dc82a16394e5ae2812f4ff99c450da1c6df4c771..e3cd1e85e68e530a87b79d1fa41eef82d0a1aa24 100644 (file)
--- a/vi.plp
+++ b/vi.plp
@@ -20,8 +20,6 @@ Html({
 
 <h2>normal mode (default)</h2>
 
-<ul id="rows">
-
 <:
 use Shiar_Sheet::Keyboard 2;
 my $info = do 'vi.eng.inc.pl' or die $@;
@@ -30,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>