use span instead of P for text containers to remove implicit styles

This commit is contained in:
Michael Becker 2024-12-23 07:28:06 -05:00
parent 4312da2f00
commit 162cbff537

View File

@ -230,7 +230,7 @@
{ {
if ($json["enabled"] === false) if ($json["enabled"] === false)
{ {
echo ("<p data-ecid=\"" . $json["ecid"] . "\">" . $json["value"] . "</p>"); echo ("<span data-ecid=\"" . $json["ecid"] . "\">" . $json["value"] . "</span>");
} }
else else
{ {