projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
555af49
)
Use span, not div, because it is inline
author
Karl O. Pinc
<kop@karlpinc.com>
Mon, 18 Jan 2021 22:42:44 +0000
(16:42 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Mon, 18 Jan 2021 22:42:44 +0000
(16:42 -0600)
src/pgwui_common/templates/auth_base.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_common/templates/auth_base.mak
b/src/pgwui_common/templates/auth_base.mak
index 60f3bbda9efda95a48b51d04cbf41adb1948f75d..a862b39850a01fc07fe24b0a662c97d4df267298 100644
(file)
--- 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:
- <
div
class="notfirstcaution">CAUTION -- This error may not be
- real; prior uploaded row(s) were rejected:</
div
>
+ <
span
class="notfirstcaution">CAUTION -- This error may not be
+ real; prior uploaded row(s) were rejected:</
span
>
<br />
% endif