-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse $thing in zem_contact_option #48
Comments
Does it not get parsed here? I thought parse was recursive? Maybe it isn't... Do you have an example of a select/option form that breaks because it needs parsing? I can then use it to test the functionality and fix it if necessary. |
Hm, weird thing. Here is my example:
As in the code you mentioned it should be parsed. But only the wrapped
The inner $thing is only handled by Btw. How do you link to an line number here in GitHub markdown without linking to an issue (#L)? |
I think, that's the problem. The txpspecialchars() in zem_contact_option is called first and all resulting $thing/$label - as |
So is the solution to
Or will that introduce other oddness? |
Not tested yet, but this will only parse |
Another little thingy, I've seen while testing:
$thing
(and/orlabel
) inzem_contact_option
should be parsed byparse()
.The text was updated successfully, but these errors were encountered: