summaryrefslogtreecommitdiff
path: root/doc/rdsrc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rdsrc.pl')
-rw-r--r--doc/rdsrc.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/rdsrc.pl b/doc/rdsrc.pl
index bc066584..129bb085 100644
--- a/doc/rdsrc.pl
+++ b/doc/rdsrc.pl
@@ -971,11 +971,12 @@ sub html_preamble {
print "<h1>", $metadata{'title'}, "</h1>\n";
print '<span class="subtitle">', $metadata{'subtitle'}, "</span>\n";
print "</div>\n";
+ print "<div class=\"contents\"\n>\n";
}
sub html_postamble {
- # Closing tags
- print "</body>\n</html>\n";
+ # Common closing tags
+ print "</div>\n</body>\n</html>\n";
}
sub html_index {