Removed an unclosed, unneeded markup element causing the page to fail HTML validation.

This commit is contained in:
anto-gom 2012-03-02 09:22:54 +01:00
parent 1e9efa0359
commit f3148f7abc

@ -10,7 +10,6 @@
<wicket:fragment wicket:id="matchFragment">
<form wicket:id="matchForm">
Supervisor: <div wicket:id="supervisorTextField"></div>
<p>
<button type="submit" style="float: right;">Save</button>
<button wicket:id="cancelButton" style="float: right;">Cancel</button>
</form>