unicode: support columns in webkit browsers
[sheet.git] / mutt.plp
index 3ce3d027c9fc01e3ab53e8f1ef8ae9e8f4a1cfc6..40959656e4bd8cdd79507f0e0664cdcee5047894 100644 (file)
--- a/mutt.plp
+++ b/mutt.plp
@@ -20,8 +20,6 @@ Html({
 
 <h2>index (default)</h2>
 
-<ul id="rows">
-
 <:
 use Shiar_Sheet::Keyboard 2;
 my $info = do 'mutt.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>