summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-09 18:56:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-09 18:56:31 +0200
commitdaaf87749dae9c70ccd46911a08c6da1d9ad8150 (patch)
treec6848b753574c1fc4fb8370d78230d00629e73fa /templates/part.content.php
parent03baa5ba68daa09110940c416b3cb065a9e9ca7a (diff)
add css custom classes
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 251a01772..b0e39f8d9 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -3,7 +3,7 @@
</div>
<div ng-if="!App.isFirstRun()">
- <ul ng-if="Content.isCompactView()">
+ <ul ng-if="Content.isCompactView()">
<?php print_unescaped($this->inc('part.content.compact')); ?>
</ul>