X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/dc6b482b5e7e1d3d35b5193fc820c5e1afc29a6e..cf5aaee63c5aa7eeae7e2e136e58e156841616a9:/index.plp diff --git a/index.plp b/index.plp index e0b761f..db6284c 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => '1.10', + version => '1.11', description => [ "Cheat sheets summarising various software programs and standards.", ], @@ -32,6 +32,7 @@ my @format = ('--date=short', "--pretty=%ad (%ar)\t%s"); if (open my $log, '-|', git => 'log', -1, @format) {{ my $line = readline $log; $line or next; # explicitly ignore empty input + EscapeHTML $line; my ($date, $subject) = split /[\t\n]/, $line; $date =~ s/ \K// and $date .= ''; say "

Last update: $date $subject

"; @@ -57,6 +58,7 @@ if (open my $log, '-|', git => 'log', -1, @format) {{

Unicode characters