summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-21 09:04:29 +0100
committerAndrew Dolgov <[email protected]>2006-03-21 09:04:29 +0100
commit10031c3b74a3b9698e8ddbfb2026c56760ad8eb3 (patch)
tree5dd667a4f7e0d9ef4c3d4a62d6ef3784c135166c
parent894ebcf5e94c917f5e10e5196f74b8055e2b2407 (diff)
more rtl fixes
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 39628f58e..37f7d2601 100644
--- a/backend.php
+++ b/backend.php
@@ -1144,7 +1144,7 @@
<script type=\"text/javascript\" src=\"pngfix.js\"></script>
<link rel=\"stylesheet\" type=\"text/css\" href=\"tt-rss-ie.css\">
<![endif]-->
- </head><body>
+ </head><body $rtl_tag>
<script type=\"text/javascript\">
if (document.addEventListener) {
document.addEventListener(\"DOMContentLoaded\", init, null);
@@ -1613,7 +1613,7 @@
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
print "<table class=\"headlinesList\" id=\"headlinesList\"
- cellspacing=\"0\" width=\"100%\" $rtl_tag>";
+ cellspacing=\"0\" width=\"100%\">";
}
$lnum = 0;