1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Bootstrap3 comment styling fixes

This commit is contained in:
Cameron
2014-01-01 05:20:46 -08:00
parent 3f0ee1673c
commit e0bdc525f0
5 changed files with 46 additions and 37 deletions

View File

@@ -138,9 +138,9 @@ if(e_AJAX_REQUEST) // TODO improve security
$row['comment_id'] = $newid;
$width = ($pid) ? 1 : 0;
$ret['html'] = "\n<!-- Appended -->\n";
$ret['html'] = "\n<!-- Appended -->\n<li>";
$ret['html'] .= e107::getComment()->render_comment($row,'comments','comment',intval($_POST['itemid']),$width);
$ret['html'] .= "\n<!-- end Appended -->\n";
$ret['html'] .= "</li>\n<!-- end Appended -->\n";
$ret['error'] = false;