Index: wp-admin/install.php
===================================================================
--- wp-admin/install.php	(revision 18619)
+++ wp-admin/install.php	(working copy)
@@ -60,7 +60,7 @@
 	<title><?php _e( 'WordPress &rsaquo; Installation' ); ?></title>
 	<?php wp_admin_css( 'install', true ); ?>
 </head>
-<body>
+<body<?php if ( is_rtl() ) : ?> class="rtl"<?php endif; ?>>
 <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
 
 <?php
