Completed
Push — master ( 66e16b...7e3e50 )
by Michael
06:17
created
action/ajax.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.
lang/en/lang.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
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'] = '
Please login to merge, or discard this patch.