N°931: Fix tag css class

This commit is contained in:
Eric
2018-09-27 16:41:58 +02:00
parent 8c5c275952
commit cf6693a534

View File

@@ -7261,7 +7261,7 @@ class AttributeTagSet extends AttributeSet
}
else
{
$sHtml .= '<span class="attribute-set-item-undefined">'.$oTag.'</span>';
$sHtml .= '<span class="attribute-set-item">'.$oTag.'</span>';
}
}
$sHtml .= '</span>';