diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-01-23 17:11:42 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-01-26 14:49:57 +0100 |
commit | fe1057e017fc755128ceb15adee864c7800a5150 (patch) | |
tree | f4b7c2c349719001352e384eefc45e4c55f93d5d /doc | |
parent | 04f4dbc2fa7c17c915300cade64947531124100e (diff) | |
download | ffmpeg-fe1057e017fc755128ceb15adee864c7800a5150.tar.gz |
doc: update the reference for the title
The recent texi2html exports the title as 'fulltitle_no_texi'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/t2h.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/t2h.init b/doc/t2h.init index 78c51772a6..a42637ae0a 100644 --- a/doc/t2h.init +++ b/doc/t2h.init @@ -185,7 +185,7 @@ $print_page_head = \&Libav_print_page_head; sub Libav_print_page_head($$) { my $fh = shift; - my $longtitle = "$Texi2HTML::THISDOC{'title_no_texi'}"; + my $longtitle = "$Texi2HTML::THISDOC{'fulltitle_no_texi'}"; $longtitle .= ": $Texi2HTML::NO_TEXI{'This'}" if exists $Texi2HTML::NO_TEXI{'This'}; my $description = $DOCUMENT_DESCRIPTION; $description = $longtitle if (!defined($description)); |