From: Andrew Dolgov Date: Wed, 22 Mar 2006 07:57:05 +0000 (+0100) Subject: headline display fixes for RTL (2) X-Git-Tag: 1.1.5~49 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f90372c4e500cafb24d429ed3b7a0910f175f901;p=tt-rss.git headline display fixes for RTL (2) --- diff --git a/backend.php b/backend.php index b49c0aaa..7cc77c64 100644 --- a/backend.php +++ b/backend.php @@ -1755,7 +1755,7 @@ } print_headline_subtoolbar($link, - "javascript:catchupPage()", "Mark page as read", true); + "javascript:catchupPage()", "Mark page as read", true, $rtl_content); } else {