File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 " ;
You can’t perform that action at this time.
0 commit comments