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
When you rename variables the html is printed out as plain text instead of being rendered.
The solution is to just override the disableHtml function in the JVariable class to return false.
before fix:
after fix:
I will add the PR of the simple fix.
The text was updated successfully, but these errors were encountered:
When you rename variables the html is printed out as plain text instead of being rendered.
The solution is to just override the disableHtml function in the JVariable class to return false.
before fix:
after fix:
I will add the PR of the simple fix.
The text was updated successfully, but these errors were encountered: