summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-09 17:25:30 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-09 17:30:29 +0200
commit8cd975f325b3fcc8deb3cb53f4af56eab453eeb0 (patch)
tree2312f01d889f03a60ddd890e5bbfcd533c619680 /templates
parent73823f4507c7e139ad45bef90b31a0d68e7aea45 (diff)
Fix syntax
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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
+} ?>