We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have this content: ...... [img]3299%20[1280x768].JPG[/img] The code first resolve the emoticon replacing 8] and later replace the [img]
My symfony configuration is: post: strict: false locale: es xhtml: true filters: [ default, list, url, quote, text] hooks: [ emoticon, custom ] whitelist: [ b, quote, url, img, text, size, color ]
Is possible change the parse order?
Thanks
The text was updated successfully, but these errors were encountered:
Hello @ernestocuzcueta, apologies for the delay of this response.
What version of decoda do you have?
decoda
As I know this bug should be fixed with latest version. The emoticon hook has been patched.
Sorry, something went wrong.
No branches or pull requests
I have this content:
...... [img]3299%20[1280x768].JPG[/img]
The code first resolve the emoticon replacing 8] and later replace the [img]
My symfony configuration is:
post:
strict: false
locale: es
xhtml: true
filters: [ default, list, url, quote, text]
hooks: [ emoticon, custom ]
whitelist: [ b, quote, url, img, text, size, color ]
Is possible change the parse order?
Thanks
The text was updated successfully, but these errors were encountered: