Skip to content
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

Tags with Varibale Modifiers do not parse when separated on multiple lines. #1070

Closed
ops-andy opened this issue May 11, 2021 · 0 comments · Fixed by #1190
Closed

Tags with Varibale Modifiers do not parse when separated on multiple lines. #1070

ops-andy opened this issue May 11, 2021 · 0 comments · Fixed by #1190
Labels
Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on.

Comments

@ops-andy
Copy link
Contributor

Description of the problem
Tags with Variable Modifiers do not parse when separated on multiple lines.

Example:

//this parses as expected
{money:currency currency='EUR' locale='fr_FR'}

//this just outputs the tag to the front-end
{money:currency 
			currency='EUR' locale='fr_FR'}

How To Reproduce
Steps to reproduce the behavior:

Environment Details:

  • Version: 5.4.2, 6.0.3
@ops-andy ops-andy added the Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on. label May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on.
Projects
None yet
1 participant