From version 7.2 I have the following issue:
I want to print an article from Knowledge Base to PDF. I created a template with the {{{body}}} tag.
When I open the article to edit and save it again, there is added code into the first paragraph, right after the opening <p>, that I do not want:
When printing to PDF, this is the result:
I want to print an article from Knowledge Base to PDF. I created a template with the {{{body}}} tag.
When I open the article to edit and save it again, there is added code into the first paragraph, right after the opening <p>, that I do not want:
Code:
<p><span style="background-color: var(--input-bg); color: var(--input-color);"> texttexttext </span></p>
Comment