diff --git a/module/common/model.php b/module/common/model.php index 362001b21f..7efb8c8950 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -668,7 +668,7 @@ class commonModel extends model global $lang; if(!commonModel::hasPriv('action', 'comment', $object)) return false; - echo html::commonButton(' ' . $lang->action->create, "title='$lang->comment'", 'btn btn-link pull-right btn-comment'); + echo html::commonButton(' ' . $lang->action->create, '', 'btn btn-link pull-right btn-comment'); echo <<