summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-22 08:57:05 +0100
committerAndrew Dolgov <[email protected]>2006-03-22 08:57:05 +0100
commitf90372c4e500cafb24d429ed3b7a0910f175f901 (patch)
tree3470c9553df8cff98561c96d41c630ddc9e4f022
parentc1c9df00e163463de0f6ee738fcf6f85be62f7af (diff)
headline display fixes for RTL (2)
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index b49c0aaa5..7cc77c64f 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 {