summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-26 13:03:55 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-26 13:04:48 +0200
commit087902992240af6967a13dc0301f3595f5e7f1ad (patch)
treea0256c043c0d87df878b1935ba6fc7de85d8ec7e /templates
parenteb00cce379504ee4370237b7eea1ce407ff9075e (diff)
add rtl support
Diffstat (limited to 'templates')
-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 e6db7aa9f..02dc46399 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -139,7 +139,7 @@
</div>
- <div class="body" news-bind-html-unsafe="item.body"></div>
+ <div class="body" news-bind-html-unsafe="item.body" ng-attr-dir="{{item.rtl && 'rtl'}}"></div>
</div>
</li>