@@ -122,6 +122,6 @@ |
||
| 122 | 122 | if ($inner[0] === '#') { |
| 123 | 123 | return dokuwiki\plugin\prosemirror\parser\LocalLinkNode::resolveLocalLink($inner, $curId); |
| 124 | 124 | } |
| 125 | - return \dokuwiki\plugin\prosemirror\parser\InternalLinkNode::resolveLink($inner, $curId); |
|
| 125 | + return \dokuwiki\plugin\prosemirror\parser\InternalLinkNode::resolveLink($inner, $curId); |
|
| 126 | 126 | } |
| 127 | 127 | } |
@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | // output data and editor field |
| 56 | 56 | |
| 57 | 57 | /** @var Doku_Form $form */ |
| 58 | - $form =& $event->data; |
|
| 58 | + $form = & $event->data; |
|
| 59 | 59 | |
| 60 | 60 | // data for handsontable |
| 61 | 61 | $form->addHidden('prosemirror_json', p_render('prosemirror', $instructions, $info)); |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | } |
| 70 | 70 | |
| 71 | 71 | $linkForm = new dokuwiki\Form\Form(['class' => 'plugin_prosemirror_linkform', 'id' => 'prosemirror-linkform']); |
| 72 | - $linkForm->addFieldsetOpen('Links')->addClass('js-link-fieldset');; |
|
| 72 | + $linkForm->addFieldsetOpen('Links')->addClass('js-link-fieldset'); ; |
|
| 73 | 73 | $iwOptions = array_keys(getInterwiki()); |
| 74 | 74 | $linkForm->addDropdown('iwshortcut', $iwOptions, 'InterWiki')->attr('required', 'required'); |
| 75 | 75 | $linkForm->addTextInput('linktarget', 'Link target')->attr('required', 'required'); |