mediawiki.action.edit.preview: Remove <span dir="auto">
authorFomafix <fomafix@googlemail.com>
Tue, 3 Feb 2015 14:15:25 +0000 (14:15 +0000)
committer[[mw:User:Fomafix]] <gerritpatchuploader@gmail.com>
Tue, 3 Feb 2015 14:15:25 +0000 (14:15 +0000)
In Ibf408bc6c5d2f8c05667107a547b0b02e06de270 the <span dir="auto">
around the title was removed. Remove it here also.

Change-Id: Ie774b7746caadc28be11782058deb17dbd96388f

resources/src/mediawiki.action/mediawiki.action.edit.preview.js

index f6fab70..68fbe33 100644 (file)
                                                response.parse.modulemessages ) );
                                }
                                if ( response.parse.displaytitle ) {
-                                       $( '#firstHeading' ).html( '<span dir="auto">' + response.parse.displaytitle + '</span>' );
+                                       $( '#firstHeading' ).html( response.parse.displaytitle );
                                }
                                if ( response.parse.categorieshtml ) {
                                        $( '#catlinks' ).replaceWith( response.parse.categorieshtml['*'] );