projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d01f38
)
Error detail must be enclosed in html tags
author
Karl O. Pinc
<kop@karlpinc.com>
Mon, 18 Jan 2021 22:39:09 +0000
(16:39 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Mon, 18 Jan 2021 22:39:09 +0000
(16:39 -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 fc4fa5aaee9fe2feea1c0562e1e667b435206055..60f3bbda9efda95a48b51d04cbf41adb1948f75d 100644
(file)
--- a/
src/pgwui_common/templates/auth_base.mak
+++ b/
src/pgwui_common/templates/auth_base.mak
@@
-132,7
+132,7
@@
## Messages delivered here are all generated. Allow markup.
% if hasattr(error, 'detail'):
- ${error.detail | n}
+ <p>${error.detail | n}</p>
% endif
% if hasattr(error, 'data') and error.data:
<p>Line is:</p>