Skip to content

Commit

Permalink
Merge branch 't/10360'
Browse files Browse the repository at this point in the history
  • Loading branch information
fredck committed May 27, 2013
2 parents 3b38fe9 + 68d1872 commit 030ede2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/dialog/plugin.js
Expand Up @@ -118,14 +118,14 @@ CKEDITOR.DIALOG_RESIZE_BOTH = 3;
input && input.removeAttribute( 'aria-invalid' );
}

var templateSource = '<div class="cke cke_reset_all {editorId} {editorDialogClass}' +
var templateSource = '<div class="cke_reset_all {editorId} {editorDialogClass}' +
'" dir="{langDir}"' +
' lang="{langCode}"' +
' role="application"' +
' role="dialog"' +
' aria-labelledby="cke_dialog_title_{id}"' +
'>' +
'<table class="cke_dialog ' + CKEDITOR.env.cssClass + ' cke_{langDir}"' +
' aria-labelledby="cke_dialog_title_{id}"' +
' style="position:absolute" role="dialog">' +
' style="position:absolute" role="presentation">' +
'<tr><td role="presentation">' +
'<div class="cke_dialog_body" role="presentation">' +
'<div id="cke_dialog_title_{id}" class="cke_dialog_title" role="presentation"></div>' +
Expand Down Expand Up @@ -3227,4 +3227,4 @@ CKEDITOR.plugins.add( 'dialog', {
* @param data
* @param {Number} data.width The new width.
* @param {Number} data.height The new height.
*/
*/

0 comments on commit 030ede2

Please sign in to comment.