diff --git a/cmd/tools/fast/fast.v b/cmd/tools/fast/fast.v index 2bf0c83aa9..f04ea0d385 100644 --- a/cmd/tools/fast/fast.v +++ b/cmd/tools/fast/fast.v @@ -54,11 +54,12 @@ fn main() { date := time.unix(commit_date.int()) mut out := os.create('table.html') ? // Place the new row on top + html_message := message.replace_each(['<', '<', '>', '>']) table = ' $date.format() $commit - $message + $html_message ${diff1}ms ${diff2}ms ${diff3}ms