Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -2874,6 +2874,8 @@ |
2875 | 2875 | $this->error = $this->db->getProperty( 'mServer' ); |
2876 | 2876 | } |
2877 | 2877 | |
| 2878 | + $this->error = Html::element( 'span', array( 'dir' => 'ltr' ), $this->error ); |
| 2879 | + |
2878 | 2880 | $noconnect = "<p><strong>$sorry</strong><br />$again</p><p><small>$info</small></p>"; |
2879 | 2881 | $text = str_replace( '$1', $this->error, $noconnect ); |
2880 | 2882 | |