Searched refs:attribute_text (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html608 my $attribute_text = '';
612 $attribute_text = $2;
614 # $text = "<${style}$attribute_text>$text</$style>" ;
615 $text = "<${style}$attribute_text>" . "$text" if (!$no_open);
649 my $attribute_text = '';
653 $attribute_text = $2;
655 return "<${element}$attribute_text>\n" . $text. "</$element>\n";

Completed in 139 milliseconds