Removed an unclosed, unneeded markup element causing the page to fail HTML validation.
This commit is contained in:
parent
1e9efa0359
commit
f3148f7abc
@ -1,20 +1,19 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html
|
<html
|
||||||
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
|
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
|
||||||
<body>
|
<body>
|
||||||
<wicket:panel>
|
<wicket:panel>
|
||||||
<div wicket:id="main"></div>
|
<div wicket:id="main"></div>
|
||||||
<wicket:fragment wicket:id="buttonFragment">
|
<wicket:fragment wicket:id="buttonFragment">
|
||||||
<button wicket:id="manualMatchButton">Match manually</button>
|
<button wicket:id="manualMatchButton">Match manually</button>
|
||||||
</wicket:fragment>
|
</wicket:fragment>
|
||||||
<wicket:fragment wicket:id="matchFragment">
|
<wicket:fragment wicket:id="matchFragment">
|
||||||
<form wicket:id="matchForm">
|
<form wicket:id="matchForm">
|
||||||
Supervisor: <div wicket:id="supervisorTextField"></div>
|
Supervisor: <div wicket:id="supervisorTextField"></div>
|
||||||
<p>
|
<button type="submit" style="float: right;">Save</button>
|
||||||
<button type="submit" style="float: right;">Save</button>
|
<button wicket:id="cancelButton" style="float: right;">Cancel</button>
|
||||||
<button wicket:id="cancelButton" style="float: right;">Cancel</button>
|
</form>
|
||||||
</form>
|
</wicket:fragment>
|
||||||
</wicket:fragment>
|
</wicket:panel>
|
||||||
</wicket:panel>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user