From 4f040e53d018bf3a3f25cbdaa44db58d253a4460 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 29 Nov 2021 14:43:21 +0000 Subject: [PATCH] CSS: Replace text-monospace with font-monospace Signed-off-by: Michael Tremer --- src/templates/people/sip.html | 2 +- src/templates/wiki/modules/diff.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/people/sip.html b/src/templates/people/sip.html index b9f30b5f..4d134b69 100644 --- a/src/templates/people/sip.html +++ b/src/templates/people/sip.html @@ -40,7 +40,7 @@
{{ account.sip_id }}
{{ _("Password") }}
-
{{ account.sip_password }}
+
{{ account.sip_password }}
diff --git a/src/templates/wiki/modules/diff.html b/src/templates/wiki/modules/diff.html index 341a5ee9..d657f153 100644 --- a/src/templates/wiki/modules/diff.html +++ b/src/templates/wiki/modules/diff.html @@ -1,4 +1,4 @@ - +
{% for line in diff %} {% if not line.startswith("?") %} -- 2.47.3