bug 9395: Added missing </div> that caused Safari to not show certain elements when adding a Pod in the Add Zone wizard.

This commit is contained in:
will 2011-04-11 19:22:37 -07:00
parent 5ee6a8757a
commit a2151207e6
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@
<label>
<fmt:message key="label.domain"/>:</label>
<input class="text" type="text" id="vlan_domain" />
<div id="vlan_domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
<div id="vlan_domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
<!--
<select class="select" id="vlan_domain">
</select>