From: Rico Hoppe Date: Sun, 15 Oct 2023 14:28:59 +0000 (+0000) Subject: docs/modules/diff: added coloring for lines starting with +/- X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=378563963ebd6923fb1574b947357023141e84b5;p=ipfire.org.git docs/modules/diff: added coloring for lines starting with +/- --- diff --git a/src/templates/docs/modules/diff.html b/src/templates/docs/modules/diff.html index 42f1fec2..fc2f7607 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 +