projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69a648d
)
Move page_heading filter into base.mak
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 2 Aug 2024 18:13:04 +0000
(13:13 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 2 Aug 2024 18:13:04 +0000
(13:13 -0500)
src/pgwui_common/templates/base.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_common/templates/base.mak
b/src/pgwui_common/templates/base.mak
index aed4d039294105d7c260b4e3ef1231eb2c7b2f9b..e5619412f2449a69a0b77382fbd04b9f3ba366b1 100644
(file)
--- a/
src/pgwui_common/templates/base.mak
+++ b/
src/pgwui_common/templates/base.mak
@@
-70,7
+70,10
@@
<hr />
- <h1><%block name="page_heading" /></h1>
+ <h1><%block name="page_heading" filter="trim">
+ ${caller.body()}
+ </%block>
+ </h1>
${self.body()}