Commit fe1057e0 authored by Luca Barbato's avatar Luca Barbato

doc: update the reference for the title

The recent texi2html exports the title as 'fulltitle_no_texi'.
parent 04f4dbc2
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment