From 49a905db4c24586e3798e07445ad82ac117d775d Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 31 Dec 2014 14:01:27 +0100 Subject: [PATCH] RTL/LTR rendering engine hinting This prevents UI glitches with RTL feeds. Use the unicode LTR marker character to hint the rending engine which part of a RTL/LTR mixed string is LTR. This prevents UI glitches with RTL feeds like http://www.ynet.co.il/Integration/StoryRss544.xml. The entity has to be outside of the span tag to prevent flickering when the counter is update via javascript. --- templates/feed_items.php | 2 +- templates/feeds.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/feed_items.php b/templates/feed_items.php index 447f1eb..304991a 100644 --- a/templates/feed_items.php +++ b/templates/feed_items.php @@ -5,7 +5,7 @@