Completed
Pull Request — master (#19)
by Mark
01:37
created
syntax.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,9 @@
 block discarded – undo
15 15
  */
16 16
 
17 17
 // must be run within Dokuwiki
18
-if (!defined('DOKU_INC')) die();
18
+if (!defined('DOKU_INC')) {
19
+    die();
20
+}
19 21
 
20 22
 /**
21 23
  * All DokuWiki plugins to extend the parser/rendering mechanism
Please login to merge, or discard this patch.