doc/texi2html_init.in: Correct typo

This commit is contained in:
Joel Sherrill
2013-03-11 17:11:48 -05:00
parent c5e76b0fe3
commit 76e8683498

View File

@@ -1,4 +1,4 @@
my $button_text = '<a href="../index.html">Library</a>';
my $button_text = '<a href="../index.html">[Library]</a>';
push @SECTION_BUTTONS, \$button_text;
push @CHAPTER_BUTTONS, \$button_text;
push @MISC_BUTTONS, \$button_text;