Completed
Push — master ( 8c7760...3b0abd )
by Mark
02:16
created
action.php 1 patch
Braces   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,9 +18,13 @@
 block discarded – undo
18 18
  *
19 19
  * @author  Mark C. Prins <[email protected]>
20 20
  */
21
-if (!defined('DOKU_INC')) die();
21
+if (!defined('DOKU_INC')) {
22
+    die();
23
+}
22 24
 
23
-if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/');
25
+if (!defined('DOKU_PLUGIN')) {
26
+    define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/');
27
+}
24 28
 require_once DOKU_PLUGIN.'action.php';
25 29
 
26 30
 class action_plugin_snow extends DokuWiki_Action_Plugin {
Please login to merge, or discard this patch.
lang/bg/settings.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,4 +19,4 @@
 block discarded – undo
19 19
  * @author  Mark C. Prins <[email protected]>
20 20
  * @author  Kiril <[email protected]>
21 21
  */
22
- $lang['enabled']               = 'Включване на снеговалежа';
22
+    $lang['enabled']               = 'Включване на снеговалежа';
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,4 +19,4 @@
 block discarded – undo
19 19
  * @author  Mark C. Prins <[email protected]>
20 20
  * @author  Kiril <[email protected]>
21 21
  */
22
- $lang['enabled']               = 'Включване на снеговалежа';
22
+ $lang['enabled'] = 'Включване на снеговалежа';
Please login to merge, or discard this patch.