debug: template string gets parsed instead of displayed #12
Labels
module:debug
prio:1
state:confirmed
This issue is confirmed.
type:bug
Bugfixes in codebase when something is not working.
Having an HTML string in a variable will lead to it being parsed into the debugging table instead of displayed as HTML string.
Sample:
will render the link to the next page instead of displaying the HTML but should display the type and the string itself.
The text was updated successfully, but these errors were encountered: