From: Christian Heller Date: Mon, 20 Jan 2025 11:36:00 +0000 (+0100) Subject: Fix buggy links in raw view. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/static/%7B%7Bprefix%7D%7D/%7B%7B%20web_path%20%7D%7D/todo?a=commitdiff_plain;h=05b77bc289db675fad9c70961ae06a1afa3e7a0a;p=plomledger Fix buggy links in raw view. --- 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}}