forked from leftypol/leftypol
increase character limit on board URI, title and subtitle
This commit is contained in:
parent
874b8cbf00
commit
033491f84f
6 changed files with 20 additions and 30 deletions
|
@ -122,7 +122,7 @@
|
|||
$body = html_entity_decode($body, ENT_COMPAT, 'UTF-8');
|
||||
|
||||
// calculate strlen() so we can add "..." after if needed
|
||||
$strlen = strlen($body);
|
||||
$strlen = mb_strlen($body);
|
||||
|
||||
$body = substr($body, 0, $len);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue