X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/77814bcd7d178a8d353ca1625680f36c824a7fa0..d98df9cb4fb14f54acb85c59fcff90800be73e01:/sc.plp diff --git a/sc.plp b/sc.plp index 4ad48a3..255d28f 100644 --- a/sc.plp +++ b/sc.plp @@ -38,7 +38,7 @@ my $datafile = "sc-units-$Request"; Html({ title => "$scver{title} unit cheat sheet", - version => '1.3', + version => '1.4', description => [ "Reference of $scver{game} unit properties," . " comparing various statistics of all the units in $scver{name}" @@ -52,8 +52,7 @@ Html({ $scver{major} < 2 ? qw' bw broodwar brood war ' : qw' starcraft2 lotv hots wol ', ], - stylesheet => [qw( light dark )], - raw => '', + raw => '', data => ["$datafile.inc.pl"], });