Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbd115 commit 3f26af7Copy full SHA for 3f26af7
1 file changed
Doc/perl/l2hinit.perl
@@ -109,6 +109,7 @@ sub custom_driver_hook {
109
}
110
111
112
+# $CUSTOM_BUTTONS is only used for the module index link.
113
$CUSTOM_BUTTONS = '';
114
115
sub make_nav_sectref($$$) {
@@ -163,7 +164,7 @@ ($)
163
164
165
sub use_icon($$$) {
166
my($rel,$str,$title) = @_;
- if ($title) {
167
+ if ($str) {
168
my $s = "$str";
169
if ($s =~ /\<tex2html_([a-z_]+)_visible_mark\>/) {
170
my $r = get_my_icon($1);
0 commit comments