From 7b672206d2729f15144dff1000c8f1ceb2218d3d Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Mon, 30 Aug 2021 18:24:55 +1000 Subject: [PATCH] alert in form fails in bs5?, so made it a div --- templates/dups.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/dups.html b/templates/dups.html index 442f3b7..7bcd1a5 100644 --- a/templates/dups.html +++ b/templates/dups.html @@ -205,7 +205,7 @@ {% endif %} {% if auto.str|length %} - AUTOMATICALLY matched naming conventions resulting in: +
AUTOMATICALLY matched naming conventions resulting in:
    {{auto.str|safe}}
@@ -215,7 +215,7 @@ {# So by counting/double-check, uniq files kept = {{all_count.k_files+all_count.mk_files}}, overall dups = {{all_count.k_files+all_count.d_files+all_count.mk_files+all_count.md_files}} #} - +
{% endif %}