From 05b77bc289db675fad9c70961ae06a1afa3e7a0a Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 20 Jan 2025 12:36:00 +0100 Subject: [PATCH] Fix buggy links in raw view. --- templates/raw.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/raw.tmpl b/templates/raw.tmpl index 34f69d1..20980ae 100644 --- a/templates/raw.tmpl +++ b/templates/raw.tmpl @@ -9,8 +9,8 @@ table { font-family: monospace; } {% for l in dat_lines %} {% if l.type == "intro" %} - # - {{l.raw_nbsp}} + # + {{l.raw_nbsp}} {% else %} {{l.raw_nbsp}} -- 2.30.2