Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Why does it break on <something>?
k0nsl
New
Hi,
Thanks for sharing a nice addon.
However, I've got a very small (almost non-existent) problem. In any of the fields -- such as Real Name -- I wish to put something like:
but it just puts Real Name.
Perhaps something to look into. It obviously has a problem with HTML style tags being placed in the field.
-k0nsl
0
Comments
like what?
grep is your friend.
you have to put type textbox if you want it to parse html (actually it will use the default formatter, so if the default is textile it will use that)
you can put html for the field name, just remember it has to also be valid yaml.
grep is your friend.
You're right, of course. I just thought I'd mention it.
As I say, (almost) non-existent problem
-k0nsl