Completed
Branch develop (f5c0cf)
by
unknown
12:06
created
htdocs/webportal/class/controller.class.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,10 +17,10 @@
 block discarded – undo
17 17
  */
18 18
 
19 19
  /**
20
- * \file       htdocs/webportal/class/controller.class.php
21
- * \ingroup    webportal
22
- * \brief      File of controller class for WebPortal
23
- */
20
+  * \file       htdocs/webportal/class/controller.class.php
21
+  * \ingroup    webportal
22
+  * \brief      File of controller class for WebPortal
23
+  */
24 24
 
25 25
 /**
26 26
  *  Class to manage pages
Please login to merge, or discard this patch.
htdocs/webportal/class/context.class.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,10 +17,10 @@
 block discarded – undo
17 17
  */
18 18
 
19 19
  /**
20
- * \file       htdocs/webportal/class/context.class.php
21
- * \ingroup    webportal
22
- * \brief      File of context class for WebPortal
23
- */
20
+  * \file       htdocs/webportal/class/context.class.php
21
+  * \ingroup    webportal
22
+  * \brief      File of context class for WebPortal
23
+  */
24 24
 
25 25
 require_once __DIR__ . '/controller.class.php';
26 26
 require_once __DIR__ . '/webPortalTheme.class.php';
Please login to merge, or discard this patch.