Key: MR-242
URL: http://support.castleproject.org//browse/MR-242
Project: MonoRail
Issue Type: Bug
Components: Helpers
Affects Versions: Release Candidate 2
Environment: winxp sp2 .net 2.0
Reporter: chris ortman
FormHelper.LabelFor generates HTML like <label for="control"class="style">Text</label> if attributes are passed to the method. There should be a space after the for attribute.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://support.castleproject.org//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
chris ortman updated MR-242:
----------------------------
Attachment: mr-242.patch
Fix + Test
> FormHelper.LabelFor does not generate valid HTML when attributes are supplied
> -----------------------------------------------------------------------------
>
> Key: MR-242
> URL: http://support.castleproject.org//browse/MR-242
> Project: MonoRail
> Issue Type: Bug
> Components: Helpers
> Affects Versions: Release Candidate 2
> Environment: winxp sp2 .net 2.0
> Reporter: chris ortman
> Attachments: mr-242.patch
hamilton verissimo resolved MR-242.
-----------------------------------
Fix Version/s: Release Candidate 3
Resolution: Applied
Thanks for the patch!
> FormHelper.LabelFor does not generate valid HTML when attributes are supplied
> -----------------------------------------------------------------------------
>
> Key: MR-242
> URL: http://support.castleproject.org//browse/MR-242
> Project: MonoRail
> Issue Type: Bug
> Components: Helpers
> Affects Versions: Release Candidate 2
> Environment: winxp sp2 .net 2.0
> Reporter: chris ortman
> Assigned To: hamilton verissimo
> Fix For: Release Candidate 3
>
> Attachments: mr-242.patch