Active
Project:
LocalGov Forms
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2026 at 12:44 UTC
Updated:
20 Feb 2026 at 11:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sgroi commentedThe italics issue is caused by the
%fieldplaceholder int(), which wraps the value in<em>tags. Switching to@fieldfixes this, it escapes the string as plain text without any HTML formatting.