@@ -125,7 +125,7 @@ |
||
125 | 125 | if ($inner[0] === '#') { |
126 | 126 | return dokuwiki\plugin\prosemirror\parser\LocalLinkNode::resolveLocalLink($inner, $curId); |
127 | 127 | } |
128 | - return \dokuwiki\plugin\prosemirror\parser\InternalLinkNode::resolveLink($inner, $curId); |
|
128 | + return \dokuwiki\plugin\prosemirror\parser\InternalLinkNode::resolveLink($inner, $curId); |
|
129 | 129 | } |
130 | 130 | |
131 | 131 | /** |
@@ -9,8 +9,8 @@ |
||
9 | 9 | // $lang['menu'] = 'Your menu entry'; |
10 | 10 | |
11 | 11 | // custom language strings for the plugin |
12 | - $lang['switch_to_syntax'] = 'Switch to Syntax-Editor'; |
|
13 | - $lang['switch_to_wysiwyg'] = 'Switch to WYSIWYG-Editor'; |
|
12 | + $lang['switch_to_syntax'] = 'Switch to Syntax-Editor'; |
|
13 | + $lang['switch_to_wysiwyg'] = 'Switch to WYSIWYG-Editor'; |
|
14 | 14 | $lang['js']['code_block_hint'] = ' |