summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g.tmac6
1 files changed, 5 insertions, 1 deletions
diff --git a/g.tmac b/g.tmac
index ef73f4c..4e57a08 100644
--- a/g.tmac
+++ b/g.tmac
@@ -336,7 +336,7 @@
..
.de paste_header
.if !(\\n[.pn]=1) \{\
-.if '\\*[show_header]'yes' \{\
+.ie '\\*[show_header]'yes' \{\
.ev header_env
.br
.sp \n[header_text_from_top_spacing]
@@ -348,6 +348,10 @@
.sp \n[header_real_text_from_line_spacing]
.ev
\}
+.el \{\
+.sp \n[header_text_from_top_spacing]
+.sp \n[header_real_text_from_line_spacing]
+\}
\}
..
\#########################################################################