[coldbox-5.5.0] HTMLHelper - wrapperAttrs - bug?

Just started investigating ColdBox, so apologies in advance.

I was getting this error:

WRAPPERATTRS doesn’t exist in argument scope

…on line 2255 of HTMLHelper.cfc, when testing out an editor.cfm page using ORM.

I replaced:
wrapperAttrs=arguments.WrapperAttrs

with
wrapperAttrs=arguments.fieldWrapperAttrs

…and the editor page now works as expected.

I am assuming this is a bug and that there are no side effects to this change…

Can you submit a pull request for this please? Thanks so much!

I have submitted a pull request on GitHub.

First time ColdBox user.First time GitHub user.

A lot of firsts this week!

BOOM :boom: