Copy paste from one terminal to another changed tab to whitespace.
This commit is contained in:
parent
7f1253ed11
commit
733cb37ef1
14
mod/page.php
14
mod/page.php
@ -115,13 +115,13 @@ function page_content(&$a) {
|
||||
$body = prepare_body($r[0],true);
|
||||
|
||||
|
||||
return $o . replace_macros(get_markup_template('page_display.tpl'),array(
|
||||
'$author' => (($naked) ? '' : $item['author']['xchan_name']),
|
||||
'$auth_url' => (($naked) ? '' : $item['author']['xchan_url']),
|
||||
'$date' => (($naked) ? '' : datetime_convert('UTC',date_default_timezone_get(),$item['created'],'Y-m-d H:i')),
|
||||
'$title' => smilies(bbcode($item['title'])),
|
||||
'$body' => $body
|
||||
));
|
||||
return $o . replace_macros(get_markup_template('page_display.tpl'),array(
|
||||
'$author' => (($naked) ? '' : $item['author']['xchan_name']),
|
||||
'$auth_url' => (($naked) ? '' : $item['author']['xchan_url']),
|
||||
'$date' => (($naked) ? '' : datetime_convert('UTC',date_default_timezone_get(),$item['created'],'Y-m-d H:i')),
|
||||
'$title' => smilies(bbcode($item['title'])),
|
||||
'$body' => $body
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user