Passed
Push — master ( 3f9db4...61be18 )
by Michael
05:06 queued 01:50
created
action/ajax.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,6 +122,6 @@
 block discarded – undo
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
 }
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['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 :
Please login to merge, or discard this patch.