diff --git a/web/plugins/z#home/home.php b/web/plugins/z#home/home.php index 4485ef8e87..82ededdc7f 100644 --- a/web/plugins/z#home/home.php +++ b/web/plugins/z#home/home.php @@ -321,7 +321,7 @@ public function execute($args=NULL) var d = new Date(t.publishedDate); var niceDate = $.datepicker.formatDate('MM d, yy', d); - html += '

'; + html += '

— ' + t.author + '

'; html += '
'; html += '
' + t.content + '
'; @@ -341,12 +341,12 @@ public function execute($args=NULL) var d = new Date(t.publishedDate); var niceDate = $.datepicker.formatDate('MM d, yy', d); - html += '

'; + html += '

— ' + t.author + '

'; html += '
'; html += '
' + t.content + '
'; html += ''; - html += ''; + html += ''; return '
  • ' + html + '
  • '; } });