From a619aa4353bb2b22643a1fb1113a70d853557a33 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 18 Jan 2021 16:42:44 -0600 Subject: [PATCH] Use span, not div, because it is inline --- 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 60f3bbd..a862b39 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -119,8 +119,8 @@ % if lineno: % if caution or not loop.first: -
CAUTION -- This error may not be - real; prior uploaded row(s) were rejected:
+ CAUTION -- This error may not be + real; prior uploaded row(s) were rejected:
% endif -- 2.34.1