Skip to content

Commit 7c4b2f0

Browse files
committed
Make code section XHTML compatible
Corrected typo (superfluous 'a')
1 parent 7ded50c commit 7c4b2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doxygen/Filter/Perl.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ sub _PrintMethodBlock
627627
# Print collapsible source code block
628628
print "\@htmlonly[block]\n";
629629
print "<div id='codesection-$method' class='dynheader closed' style='cursor:pointer;' onclick='return toggleVisibility(this)'>\n";
630-
print "\t<img id='codesection-$method-trigger' src='closed.png' alt='open/close icon' style='display:inline'/a> <b>Code:</b>\n";
630+
print "\t<img id='codesection-$method-trigger' src='closed.png' alt='open/close icon' style='display:inline'/> <b>Code:</b>\n";
631631
print "</div>\n";
632632
print "<div id='codesection-$method-summary' class='dyncontent' style='display:block;font-size:small;'>click to view</div>\n";
633633
print "<div id='codesection-$method-content' class='dyncontent' style='display: none;'>\n";

0 commit comments

Comments
 (0)