Modify wicket-devutils DebugBar so it emits valid XHTML
-------------------------------------------------------
Key: WICKET-2564
URL: https://issues.apache.org/jira/browse/WICKET-2564
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.4.3
Reporter: Matt Brictson
Priority: Minor
It would be nice if the DebugBar would emit valid XHTML.
In its current form, it emits img elements that lack the necessary alt
attribute. This means that when you include a DebugBar on your page, it will
cause XHTML validation of that page to fail.
This is a minor issue, but the fix is also very simple: just add alt attributes
to the DebugBar img elements.
I will attach a patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.