diff options
author | Thomas Willingham <founder@kakste.com> | 2013-11-15 19:23:00 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-11-15 19:23:00 +0000 |
commit | 733cb37ef14eb4dd5408e1a8c453f13cd41952eb (patch) | |
tree | f91f0ae1f584d6ba3600ee9bba8fba70e29ca6b9 /mod | |
parent | 7f1253ed112d318a25c22b267354b94af599af38 (diff) | |
download | volse-hubzilla-733cb37ef14eb4dd5408e1a8c453f13cd41952eb.tar.gz volse-hubzilla-733cb37ef14eb4dd5408e1a8c453f13cd41952eb.tar.bz2 volse-hubzilla-733cb37ef14eb4dd5408e1a8c453f13cd41952eb.zip |
Copy paste from one terminal to another changed tab to whitespace.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/page.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mod/page.php b/mod/page.php index 38f40ddd6..fdb8ee38f 100644 --- a/mod/page.php +++ b/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 + )); } |