@@ -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 | } |
@@ -9,8 +9,8 @@ |
||
| 9 | 9 | // $lang['menu'] = 'Your menu entry'; |
| 10 | 10 | |
| 11 | 11 | // custom language strings for the plugin |
| 12 | - $lang['preview_and_syntax'] = 'Preview and use Syntax-Editor'; |
|
| 13 | - $lang['preview_and_wysiwyg'] = 'Preview and use WYSIWYG-Editor'; |
|
| 12 | + $lang['preview_and_syntax'] = 'Preview and use Syntax-Editor'; |
|
| 13 | + $lang['preview_and_wysiwyg'] = 'Preview and use WYSIWYG-Editor'; |
|
| 14 | 14 | |
| 15 | 15 | |
| 16 | 16 | //Setup VIM: ex: et ts=4 : |