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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user