diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-29 12:19:38 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-29 12:19:38 +0000 |
| commit | f7813a5324be39d13ab536c245d15dfc602a7849 (patch) | |
| tree | fad99148b88823d34a5df2f0a25881a002eb291b /ffmpeg/doc/t2h.init | |
| parent | b7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 (diff) | |
basic type mechanism working
Diffstat (limited to 'ffmpeg/doc/t2h.init')
| -rw-r--r-- | ffmpeg/doc/t2h.init | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ffmpeg/doc/t2h.init b/ffmpeg/doc/t2h.init index 2aab488..e7760f4 100644 --- a/ffmpeg/doc/t2h.init +++ b/ffmpeg/doc/t2h.init @@ -17,6 +17,7 @@ my $TEMPLATE_HEADER = $ENV{"FFMPEG_HEADER"} || <<EOT; </head> <body> <div id="container"> +<div id="body"> EOT $PRE_BODY_CLOSE = '</div></div>'; @@ -32,7 +33,7 @@ sub FFmpeg_print_page_foot($$) T2H_DEFAULT_program_string() : program_string(); print $fh '<footer class="footer pagination-right">' . "\n"; print $fh '<span class="label label-info">' . $program_string; - print $fh "</span></footer></div>\n"; + print $fh "</span></footer></div></div></body>\n"; } $float = \&FFmpeg_float; @@ -92,8 +93,6 @@ $Texi2HTML::THISDOC{program_authors} $description <meta name="keywords" content="$longtitle"> -<meta name="resource-type" content="document"> -<meta name="distribution" content="global"> <meta name="Generator" content="$Texi2HTML::THISDOC{program}"> $encoding $CSS_LINES |
