[bug]fix improper closing tag (expert.html)

This commit is contained in:
BigEd 2010-11-08 16:36:45 +00:00
parent d2a31398fd
commit 2a0e251088
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ $().ready(function(){
<input type="checkbox" name="0" id="updateShow0" onchange="updateShow(this.name,this.checked)" />(metal)
<input type="checkbox" name="2" id="updateShow2" onchange="updateShow(this.name,this.checked)" />(protection)
</form>
<form action="javascript:hiliteNodeList();" />
<form action="javascript:hiliteNodeList();">
<input type="button" value="Highlight:" onclick="hiliteNodeList();" />
<input type="text" id="HighlightThese" name="HighlightThese" value="" />
<input type="button" value="Clear Highlighting" onclick="clearHighlight();" />