Completed
Branch master (0ca382)
by Alicia
03:09
created
webroot/tables.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php 
2 2
 /**
3
- * This is a Anax pagecontroller.
4
- *
5
- */
3
+     * This is a Anax pagecontroller.
4
+     *
5
+     */
6 6
 
7 7
 // Get environment & autoloader and the $app-object.
8 8
 require __DIR__.'/config_with_app.php'; 
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 
12 12
 // Prepare the page content
13 13
 $app->theme->setVariable('title', "Hello World Pagecontroller")
14
-           ->setVariable('main', "
14
+            ->setVariable('main', "
15 15
     <h1>Hello World Pagecontroller</h1>
16 16
     <p>This is a sample pagecontroller that shows how to use Anax.</p>
17 17
 ");
Please login to merge, or discard this patch.