正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -71,6 +71,6 @@ class lyhDemo extends Command | @@ -71,6 +71,6 @@ class lyhDemo extends Command | ||
| 71 | if (preg_match('/^(.*?\b)\w*$/', $text, $matches)) { | 71 | if (preg_match('/^(.*?\b)\w*$/', $text, $matches)) { |
| 72 | return $matches[1]; | 72 | return $matches[1]; |
| 73 | } | 73 | } |
| 74 | - return $text; // fallback | 74 | + return trim($text); // fallback |
| 75 | } | 75 | } |
| 76 | } | 76 | } |
-
请 注册 或 登录 后发表评论