use span instead of P for text containers to remove implicit styles
This commit is contained in:
parent
4312da2f00
commit
162cbff537
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user