Commit be33be2c authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 238033: eliminate HTML closing tags that haven't been opened and…

Patch for bug 238033: eliminate HTML closing tags that haven't been opened and fix an identation issue; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave.
parent fcf42ecc
...@@ -193,10 +193,8 @@ sub EmitFormElements ($$$$) ...@@ -193,10 +193,8 @@ sub EmitFormElements ($$$$)
print ucfirst($name) . "</B>: $description</TD>\n"; print ucfirst($name) . "</B>: $description</TD>\n";
} }
} }
}
print "</TR></TABLE></TD>\n";
print "</TR></TABLE></TD>\n"; print "</TR></TABLE></TD>\n";
}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment