Rox
May 14, 2026, 12:04am
1
Hi,
Since the last update (25.5.13.3589) the HTML (inline CSS) script I used in Business Details does not render anymore and anywhere. It was like:
Now only the script as text is rendered:
<span style=“font-size: 11px; color: #006688 ”>…<br.>…<br.>…</span.>
I noticed the same previously with ver. 26.4.27.3171, but only with Bank Reconciliations.
Has that possibility somehow been disabled?
Thanks,
Rox
lubos
May 14, 2026, 12:24am
2
Default theme no longer supports HTML in fields for security reasons. You can use custom theme which can restore this function if you understand the risks.
See:
Default theme in the latest version (26.5.10) no longer allows raw HTML in fields.
So for example, if you used HTML in your fields like this:
[image]
Now it will show as:
[image]
This is for security reasons because in multi-user environment restricted user could potentially inject malicious HTML tags or they could simply insert malformed HTML and ruin the layout.
If you want your view screens still support raw HTML, you will need to use custom theme. Either make your own custom theme to…
Rox
May 14, 2026, 12:42am
3
Thanks @lubos , I will look at it.
Rox