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
......@@ -191,12 +191,10 @@ sub EmitFormElements ($$$$)
print ']' if ($isderived);
print "</TD><TD><B>";
print ucfirst($name) . "</B>: $description</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