From 421ac91dc528e2499d373ab9dbcbf360edfb9533 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Tue, 15 Jul 2025 10:35:16 +0200 Subject: [PATCH] Fix overflow issue when function-names are very long As per the "little red box on" #120 --- issues/templates/issues/stacktrace.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issues/templates/issues/stacktrace.html b/issues/templates/issues/stacktrace.html index e96500e..f353e3e 100644 --- a/issues/templates/issues/stacktrace.html +++ b/issues/templates/issues/stacktrace.html @@ -63,7 +63,7 @@
{# per frame header div #} -
{# filename, function, lineno #} +
{# filename, function, lineno #} {% if frame.in_app %} {{ frame.filename }}{% if frame.function %} in {{ frame.function }}{% endif %}{% if frame.lineno %} line {{ frame.lineno }}{% endif %}. {% else %}