There is a code error in the HTML5 Tools page.

Clean D7 install with only H5Base and H5Tools.

The code it is outputting looks like this...

<ul>
        <li><a href="http://diveintohtml5.org/">Dive Into HTML5</a></li>
<a href="http://diveintohtml5.org/">        </a><li><a href="http://html5doctor.com/">HTML5 Doctor</a></li>
<a href="http://html5doctor.com/">        </a><li><a href="http://drupalradar.com/video-jeremy-keith-keynote-session">Jeremy Keith Keynote Session at Drupalcon Copenhagen</a></li>
<a href="http://drupalradar.com/video-jeremy-keith-keynote-session">        </a><li><a href="http://groups.drupal.org/html5">Drupal HTML5 Group</a></li>
<a href="http://groups.drupal.org/html5">      </a></ul>

<a href="http://groups.drupal.org/html5"><input type="hidden" value="form-sEJvI0VIUDUKLPUfqR1g830seAMiW5oWd9fn_-fMb90" name="form_build_id">
<input type="hidden" value="R-9OA6FZz0q_z1wZ18Ccqf68fLxSkKSgs8q_-rg85Xo" name="form_token">
<input type="hidden" value="html5_tools_admin_settings" name="form_id">
</a>

<div id="edit-actions" class="form-actions form-wrapper"><a href="http://groups.drupal.org/html5"><input type="submit" class="form-submit" value="Save configuration" name="op" id="edit-submit"></a></div>

Obviously that last <a href="http://groups.drupal.org/html5"> shouldn't be inside the tag.

Comments

amateescu’s picture

Status: Active » Closed (duplicate)
amateescu’s picture

Status: Closed (duplicate) » Fixed

Well, not really a duplicate. Fixed with http://drupalcode.org/project/html5_tools.git/commit/94fc2e5

medden’s picture

Status: Fixed » Closed (fixed)
amateescu’s picture

@medden: that's not necessary, fixed issues are automatically changed to closed (fixed) in two weeks :)