projects
/
pgwui_copy
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee3583
)
Move page_heading filter into base.mak
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 2 Aug 2024 18:11:29 +0000
(13:11 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 2 Aug 2024 18:11:29 +0000
(13:11 -0500)
src/pgwui_copy/templates/copy.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_copy/templates/copy.mak
b/src/pgwui_copy/templates/copy.mak
index 0eb4eba05308e79ed9e562dcfcbec236372bfbd4..1b638d04fd753146df84a17e4955174e1fec8ffa 100644
(file)
--- a/
src/pgwui_copy/templates/copy.mak
+++ b/
src/pgwui_copy/templates/copy.mak
@@
-157,7
+157,7
@@
<% tab_index.inc() %>
</%def>
-<%block name="page_heading"
filter="trim"
>
+<%block name="page_heading">
Copy A Schema Between Databases
</%block>