[
https://issues.apache.org/jira/browse/WICKET-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Takanori Kojima updated WICKET-1935:
------------------------------------
Attachment: SignInPanel_ja.html.rewrite
unresolved in 1.4-RC2.
L38 in 1.4-rc2:
</TD></TR></TBODY></TABLE></FORM></wicket:panel></SPAN></BODY></HTML>
should be:
</TD></TR></TBODY></TABLE></FORM></wicket:panel></BODY></HTML>
attach a rewrited HTML file for your reference.
> SignInPanel_ja.html doesn't close span tag
> -------------------------------------------
>
> Key: WICKET-1935
> URL: https://issues.apache.org/jira/browse/WICKET-1935
> Project: Wicket
> Issue Type: Bug
> Components: wicket-auth-roles
> Affects Versions: 1.4-RC1
> Environment: WinXP Professional SP3, Java SE 6 Update 10, NetBeans
> 6.5 RC1
> Reporter: Atsushi Kanaya
> Assignee: Igor Vaynberg
> Fix For: 1.4-RC2
>
> Attachments: SignInPanel_ja.html.rewrite
>
>
> Line 21 of SignInPanel_ja.html
> <BODY><wicket:panel><SPAN wicket:id="feedback">
> doesn't close SPAN tag.
> It should be like this:
> <BODY><wicket:panel><SPAN wicket:id="feedback" />
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.