diff options
Diffstat (limited to 'installer/views/installer.html.php')
-rw-r--r-- | installer/views/installer.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/views/installer.html.php b/installer/views/installer.html.php index ed372600..43692846 100644 --- a/installer/views/installer.html.php +++ b/installer/views/installer.html.php @@ -25,7 +25,7 @@ </head> <body> - <? foreach (self::$messages as $section) : ?> + <?php foreach (self::$messages as $section) : ?> <h1><?php print $section["header"] ?></h1> <p><?php print $section["description"] ?></p> @@ -44,6 +44,6 @@ <?php endforeach ?> </table> </div> - <? endforeach ?> + <?php endforeach ?> </body> </html>
\ No newline at end of file |