summaryrefslogtreecommitdiff
path: root/doc/t2h.init
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-01-23 17:11:42 +0100
committerLuca Barbato <lu_zero@gentoo.org>2013-01-26 14:49:57 +0100
commitfe1057e017fc755128ceb15adee864c7800a5150 (patch)
treef4b7c2c349719001352e384eefc45e4c55f93d5d /doc/t2h.init
parent04f4dbc2fa7c17c915300cade64947531124100e (diff)
doc: update the reference for the title
The recent texi2html exports the title as 'fulltitle_no_texi'.
Diffstat (limited to 'doc/t2h.init')
-rw-r--r--doc/t2h.init2
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));