leave room for vertical scrollbar (when needed)
This commit is contained in:
parent
fc5316fe21
commit
b0ab3e468b
3 changed files with 21 additions and 9 deletions
14
boot.php
14
boot.php
|
@ -2215,3 +2215,17 @@ function link_compare($a,$b) {
|
|||
return true;
|
||||
return false;
|
||||
}}
|
||||
|
||||
|
||||
if(! function_exists('prepare_body')) {
|
||||
function prepare_body($item) {
|
||||
|
||||
require_once('include/bbcode.php');
|
||||
|
||||
$s = smilies(bbcode($item['body']));
|
||||
|
||||
return $s;
|
||||
|
||||
|
||||
|
||||
}}
|
Loading…
Add table
Add a link
Reference in a new issue