summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.php b/templates/index.php
index fc1f1382b..52f5bd54b 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -70,8 +70,8 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
</div>
<div id="app-content"
- class="nc-major-version-<?php print \OCP\Util::getVersion()[0] ?>"
- data-nc-major-version="<?php print \OCP\Util::getVersion()[0] ?>"
+ class="nc-major-version-<?= \OCP\Util::getVersion()[0]; ?>"
+ data-nc-major-version="<?= \OCP\Util::getVersion()[0]; ?>"
ng-class="{
'loading-content': App.loading.isLoading('content') &&
!App.loading.isLoading('global'),