sdwru
Results
43
comments of
sdwru
> may i know what symfony version do you use v6.1
Check that your smartfilter is still enabled in preferences. I just started having the same problem and that was why. I didn't disable it so not sure how that happened.
Looking at the source code, what needs to be changed is, instead of `{{ text }}` use `v-html="text"`. So that way it will interpret any html in the text. I...