summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--default.html43
-rw-r--r--default.html53
-rw-r--r--default.man2
3 files changed, 7 insertions, 1 deletions
diff --git a/default.html4 b/default.html4
index 5f9b43e..f0dd888 100644
--- a/default.html4
+++ b/default.html4
@@ -47,6 +47,9 @@ $endif$
47$endif$ 47$endif$
48$if(toc)$ 48$if(toc)$
49<div id="$idprefix$TOC"> 49<div id="$idprefix$TOC">
50$if(toc-title)$
51<h2 id="$idprefix$toc-title">$toc-title$</h2>
52$endif$
50$table-of-contents$ 53$table-of-contents$
51</div> 54</div>
52$endif$ 55$endif$
diff --git a/default.html5 b/default.html5
index eff6e73..0676215 100644
--- a/default.html5
+++ b/default.html5
@@ -50,6 +50,9 @@ $endif$
50$endif$ 50$endif$
51$if(toc)$ 51$if(toc)$
52<nav id="$idprefix$TOC" role="doc-toc"> 52<nav id="$idprefix$TOC" role="doc-toc">
53$if(toc-title)$
54<h2 id="$idprefix$toc-title">$toc-title$</h2>
55$endif$
53$table-of-contents$ 56$table-of-contents$
54</nav> 57</nav>
55$endif$ 58$endif$
diff --git a/default.man b/default.man
index f257ec3..5b16bdf 100644
--- a/default.man
+++ b/default.man
@@ -8,7 +8,7 @@ $endif$
8$if(adjusting)$ 8$if(adjusting)$
9.ad $adjusting$ 9.ad $adjusting$
10$endif$ 10$endif$
11.TH "$title$" "$section$" "$date$" "$footer$" "$header$" 11.TH "$title/nowrap$" "$section/nowrap$" "$date/nowrap$" "$footer/nowrap$" "$header/nowrap$"
12$if(hyphenate)$ 12$if(hyphenate)$
13.hy 13.hy
14$else$ 14$else$