Cosmetic : warning

This commit is contained in:
sparkyx 2022-10-07 13:36:34 +02:00
parent 4ffde0c1b0
commit e1dddeb651

View file

@ -590,7 +590,7 @@ function ShowItem($p_array, $p_dir='V', $class="nav-item", $class_ref="nav-link"
function echo_warning($p_string)
{
echo '<H2 class="error">' . $p_string . "</H2>";
echo '<span class="warning">' . $p_string . '</span>';
}
/**