From 4e3647dc1d28c43402a457dab0a54a40c148f235 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 17 Jan 2021 18:53:22 -0600 Subject: [PATCH] Allow a different separator style between per-line errors --- src/pgwui_common/templates/auth_base.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index 132055f..91da81d 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -88,7 +88,7 @@ % endif -<%def name="error_items(errors)"> +<%def name="error_items(errors, sepclass='errorsep')"> % for error in errors: ## Get error attributes @@ -140,7 +140,7 @@ % endif % if not loop.last and lineno: -
+
% endif % endfor -- 2.34.1