X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2d5b9e1f36bd86e3e7b862f40a9ed3e78325f45a..1794498280247b3ad7cabfbc2abac39bd1c2e542:/index.plp diff --git a/index.plp b/index.plp index 8189519..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

";