ryancramerdesign / ProcessWire-2.0

THIS IS AN OLD VERSION. Get the new one at the URL below:
https://github.com/ryancramerdesign/ProcessWire
GNU General Public License v2.0
39 stars 5 forks source link

HTML Validator found HTML Error #27

Open buivanhon opened 13 years ago

buivanhon commented 13 years ago

Error: end tag for "ul" omitted, but OMITTAG NO was specified

Error code in next comment:

buivanhon commented 13 years ago
                    <label class='ui-widget-header' for='Inputfield_status'>Status</label>
                    <div class='ui-widget-content'>
                            <ul>
                                <li><label><input type='checkbox' name='status[]' id='Inputfield_status_1024' value='1024' /> Hidden: Excluded from lists and searches</label></li>
                                <li><label><input type='checkbox' name='status[]' id='Inputfield_status_4' value='4' /> Locked: Not editable</label></li>
                                <li><label><input type='checkbox' name='status[]' id='Inputfield_status_2048' value='2048' /> Unpublished: Not visible on site</label></li>

                    </div>