X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/6a77390b9b423d3f2918da7754323477fa8a1d26..7d90d00434f3568aa4bae2c8a7585668018c298d:/index.plp diff --git a/index.plp b/index.plp index 1a36b56..db6284c 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => '1.9', + 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