projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef1d436
)
Allow an undefined filename
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 23 Apr 2021 20:06:11 +0000
(15:06 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 23 Apr 2021 20:06:11 +0000
(15:06 -0500)
src/pgwui_common/templates/errors_base.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_common/templates/errors_base.mak
b/src/pgwui_common/templates/errors_base.mak
index 2a6c4ee3d4f0ffa2acccc5c512b9225cc605a1f7..333735e2acd5a1acbba0054c5377bcf03d04c3fb 100644
(file)
--- a/
src/pgwui_common/templates/errors_base.mak
+++ b/
src/pgwui_common/templates/errors_base.mak
@@
-50,7
+50,7
@@
</%def>
<%block name="summary_info">
- % if filename
!= ''
:
+ % if filename:
<p>File supplied: <em class="filename">${filename}</em></p>
% endif
</%block>