You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue as 38f9268
The fix on inline PHP tags, however are more tricky. using the builtin PHP tokenizer on the content, to find the PHP inline end tag maybe a solution.
It should be noted that this is a small issue for this project, because PHP inline tags in viewFiles are not handled by the view class, but by PHP before parsing the HTML. So only if the final render outputs inline PHP tags does this issue occur.
The text was updated successfully, but these errors were encountered:
view/src/Dom/Parser.php
Line 123 in 38f9268
Same issue as 38f9268
The fix on inline PHP tags, however are more tricky. using the builtin PHP tokenizer on the content, to find the PHP inline end tag maybe a solution.
It should be noted that this is a small issue for this project, because PHP inline tags in viewFiles are not handled by the view class, but by PHP before parsing the HTML. So only if the final render outputs inline PHP tags does this issue occur.
The text was updated successfully, but these errors were encountered: