Closed (duplicate)
Project:
HTML5 Tools
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2011 at 21:13 UTC
Updated:
28 Feb 2011 at 21:16 UTC
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
Comment #1
medden commentedsorry double posted