diff --git a/app/Services/TG/Hook/Mod/Tool.php b/app/Services/TG/Hook/Mod/Tool.php
index be804724..68cb431c 100644
--- a/app/Services/TG/Hook/Mod/Tool.php
+++ b/app/Services/TG/Hook/Mod/Tool.php
@@ -34,12 +34,12 @@ class Tool extends Base {
$character = "o";
if (stripos($oMetHodsRow->name, $sLike) !== false) {
- $str .= "
";
+ $str .= "\n\n";
$str .= $oMetHodsRow->name;
}
} else {
- $str .= "
";
+ $str .= "\n\n";
$str .= $oMetHodsRow->name;
}