latin: rename title attribute to name
[sheet.git] / latin.plp
index 687e082e08b5548f8d9a752c63d4f717e72918eb..f9e47189f1811fbfa943702f0ee0c883db98d7b5 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'latin alphabet cheat sheet',
-       version => '1.3',
+       version => '1.4',
        description => [
        ],
        keywords => [qw'
@@ -78,7 +78,7 @@ else {
                my ($id, $info) = @{$row};
 
                printf '<tr id="%s">', $id;
-               say '<th>', $info->{title} // ucfirst $id;
+               say '<th>', $info->{name} // ucfirst $id;
 
                my $colspan = 1;
                my $col = 0;
@@ -115,5 +115,7 @@ else {
 :></div>
 
 <script type="text/javascript" src="/latinsample.js"></script>
-<script type="text/javascript"> prependinput(document.getElementById('intro')) </script>
+<script type="text/javascript"><!--
+       prependinput(document.getElementById('intro'));
+//--></script>