Following a similar issue with update_status-5.x - http://drupal.org/node/126568, and another for 5.x core - http://drupal.org/node/127295, here is the v6.x version of the patch.

CommentFileSizeAuthor
#5 ltr.patch510 bytescatch
#3 update-rtl-css.patch499 bytesyhager
#2 update-rtl-css.patch499 bytesyhager
#1 update-rtl-css.patch499 bytesyhager
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yhager’s picture

FileSize
499 bytes
yhager’s picture

FileSize
499 bytes
yhager’s picture

FileSize
499 bytes

sorry, here is the patch

yhager’s picture

Can't seem to attach the patch. It short enough to included here:

Index: modules/update/update-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update-rtl.css,v
retrieving revision 1.2
diff -u -u -p -r1.2 update-rtl.css
--- modules/update/update-rtl.css       10 Sep 2007 18:11:22 -0000      1.2
+++ modules/update/update-rtl.css       27 Nov 2007 14:58:23 -0000
@@ -19,6 +19,7 @@

 .update table.version .version-details {
   padding-left: .5em;
+  direction:ltr;
 }

 .update table.version .version-links {

catch’s picture

FileSize
510 bytes

Here it is as a file.

Gábor Hojtsy’s picture

Status: Needs review » Fixed

catch: your file is malformed, but the previous patches attached three times worked fine :)
yhager: there are some weird cache behaviors on drupal.org, so sometimes even though the system receives and stores your follow up, it does not show it to you.

Committed.

catch’s picture

Well that was a useless interjection from me, glad it made it through anyway :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.