no message
This commit is contained in:
@@ -304,9 +304,9 @@ class Base
|
||||
* 去除html
|
||||
* @param $text
|
||||
* @param int $length
|
||||
* @return mixed|string
|
||||
* @return string
|
||||
*/
|
||||
public static function getHtml($text, $length = 255)
|
||||
public static function getHtml($text, $length = 250)
|
||||
{
|
||||
return Base::cutStr(strip_tags($text), $length, 0, "...");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user