Render Problems Powermail 1.6.4 and Typo3 4.5.6


Today I’ve got a problem with powermail.

I’ve got an formular, which isn’t the problem but my submit button parses the value=““ as follows:

value="<p>submit</p>" 

instead of

value="submit"

does anybody know how it comes to this?

I got typo3 4.5.6 and powermail 1.6.4


The solution is that:

lib.parseFunc_RTE.nonTypoTagStdWrap {
  encapsLines >
  brTag = <br />
  wrap = |
}

For some reason powermail is rendering it through rte parser and so this problem appears.
Hope it will help somoeone!

So far_
Jenny