summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index b4bfbdc1..c6f17ca5 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1,6 +1,6 @@
<?php
if (\OCP\Util::isIe()) {
-?>
+ ?>
<div id="app-content">
<div class="emptycontent">
<div class="icon-contacts-dark"></div>
@@ -9,4 +9,5 @@ if (\OCP\Util::isIe()) {
</div>
</div>
-<?php } ?>
+<?php
+} ?>