From fe1057e017fc755128ceb15adee864c7800a5150 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 23 Jan 2013 17:11:42 +0100 Subject: [PATCH] doc: update the reference for the title The recent texi2html exports the title as 'fulltitle_no_texi'. --- doc/t2h.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));