Skip to content

Commit 81985fc

Browse files
authored
Remove superfluous semicolon
1 parent c27979b commit 81985fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action/editor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ public function addAddtionalForms(Event $event)
186186
'style' => 'display: none;',
187187
]);
188188
$linkForm->addFieldsetOpen('Links')->addClass('js-link-fieldset');
189-
;
190189
$iwOptions = array_keys(getInterwiki());
191190
$linkForm->addDropdown('iwshortcut', $iwOptions, 'InterWiki')->attr('required', 'required');
192191

0 commit comments

Comments
 (0)