return '<span style="color: green; font-weight: bold">'. $s .'</span>';
}
if ( $result === S9Y_I_WARNING ) {
- return '<span style="color: orange; font-weight: bold">'. $s .'</span>';
+ return '<span style="color: orange; font-weight: bold">'. $s .' [?]</span>';
}
if ( $result === S9Y_I_ERROR ) {
$errorCount++;
- return '<span style="color: red; font-weight: bold">'. $s .'</span>';
+ return '<span style="color: red; font-weight: bold">'. $s .' [!]</span>';
}
}