X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/74c62db62374d809605edb4fb0e82ba852502ecb..ed1c096fecf0abce1d1d061f5b9f7cb5fbef7645:/index.plp?ds=sidebyside diff --git a/index.plp b/index.plp index 022a298..6909025 100644 --- a/index.plp +++ b/index.plp @@ -35,7 +35,9 @@ if (open my $log, '<', 'UPDATE') {{ EscapeHTML $line; my ($date, $subject) = split /[\t\n]/, $line; $date =~ s/ \K// and $date .= ''; - $subject =~ s{\A(\w+)(?=: )}{showlink($1, -e "$1.plp" && "/$1")}e; + $subject =~ s{\A (\w+) (?= (?:/\w+)* :\h )}{ + showlink($1, -e "$1.plp" && "/$1"); + }ex; say "

Last update: $date $subject

"; }}