X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/55c75a0c53862083d5d3c52b6ef6e6efa2864c7e..c00e496bd055a1534e6643080c89262b82c30111:/source.plp diff --git a/source.plp b/source.plp index aad6898..68808d8 100644 --- a/source.plp +++ b/source.plp @@ -14,18 +14,7 @@ $header{content_type} = "text/html; charset=utf-8"; sheet page source code - + @@ -65,7 +54,7 @@ print "
\n";
 foreach (@$parsed) {
 	my $tag = $_->[0] && ($TYPETAG{ $_->[0] } || 'span');
 	my $arg = '';
-	print "<$tag$arg class=\"syn$_->[0]\">" if $tag;
+	print "<$tag$arg class=\"sy-\l$_->[0]\">" if $tag;
 	if ($_->[0] eq 'Constant' and $_->[1] =~ s/^(')([a-z0-9_.]+\.plp?)(?=\1$)//) {
 		printf '%s%s', $1, "/source/$2", $2;
 	}