diff --git a/lib/zin/wg/history/v1.php b/lib/zin/wg/history/v1.php index 220b977573..7e2fecc8db 100644 --- a/lib/zin/wg/history/v1.php +++ b/lib/zin/wg/history/v1.php @@ -139,12 +139,11 @@ class history extends wg return form ( - setClass('comment-edit-form hidden'), + setClass('comment-edit-form hidden mt-2 ml-6'), set::method('post'), set::action(createLink('action', 'editComment', "actionID=$action->id")), textarea ( - setClass('mt-2 ml-6'), set::name('lastComment'), set::rows('8'), set::autofocus('autofocus'),