no message

This commit is contained in:
hellcat 2025-07-03 15:32:34 +08:00
parent e3238be467
commit d43429532f

View File

@ -34,12 +34,12 @@ class Tool extends Base {
$character = "o"; $character = "o";
if (stripos($oMetHodsRow->name, $sLike) !== false) { if (stripos($oMetHodsRow->name, $sLike) !== false) {
$str .= "<br>"; $str .= "\n\n";
$str .= $oMetHodsRow->name; $str .= $oMetHodsRow->name;
} }
} else { } else {
$str .= "<br>"; $str .= "\n\n";
$str .= $oMetHodsRow->name; $str .= $oMetHodsRow->name;
} }