summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-31 16:11:51 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-31 16:11:51 +0200
commite7844bb0787df402eb60b727b1174620fd33916e (patch)
treec496c76bcfd28ebc9c2b8836da175862216c7635 /templates
parent1a4ab11b3216498678e23e79e670dceccc521fb4 (diff)
fix #845
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 02dc46399..7e1f81d7e 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -52,7 +52,7 @@
+ Content.getFeed(item.feedId).faviconLink +
')'
}">
- <h1><a>{{ ::item.title }}</a></h1>
+ <h1 ng-attr-dir="{{item.rtl && 'rtl'}}"><a>{{ ::item.title }}</a></h1>
</li>
<li class="only-in-compact">
<time class="date"
@@ -104,7 +104,7 @@
date:'yyyy-MM-ddTHH:mm:ssZ' }}">
{{ Content.getRelativeDate(item.pubDate) }}
</time>
- <h1>
+ <h1 ng-attr-dir="{{item.rtl && 'rtl'}}">
<a class="external"
target="_blank"
rel="noreferrer"
@@ -115,7 +115,7 @@
</h1>
</div>
- <div class="subtitle">
+ <div class="subtitle" ng-attr-dir="{{item.rtl && 'rtl'}}">
<span class="author" ng-show="item.author">
<?php p($l->t('by')) ?> {{ ::item.author }}
</span>