From 1ba3e3780b16daf8f41377e5224a032229d38871 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 12 Oct 2023 19:40:56 +0000 Subject: [PATCH] docs: Make the diff colourful again Signed-off-by: Michael Tremer --- src/templates/docs/modules/diff.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/docs/modules/diff.html b/src/templates/docs/modules/diff.html index 42f1fec2..2c55ea67 100644 --- a/src/templates/docs/modules/diff.html +++ b/src/templates/docs/modules/diff.html @@ -3,11 +3,11 @@ {% for line in diff %} {% if not line.startswith("?") %} - + {% if line[2:] %}{{ line[2:] }}{% else %} {% end %} {% end %} {% end %} - \ No newline at end of file + -- 2.47.3