Merge branch 'MDL-50801_29' of git://github.com/dmonllao/moodle into MOODLE_29_STABLE
This commit is contained in:
Vendored
+1
-1
@@ -330,7 +330,7 @@ Y.namespace('M.atto_table').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||
|
||||
captionnode = table.one('caption');
|
||||
if (!captionnode) {
|
||||
captionnode = Y.Node.create('<caption></caption');
|
||||
captionnode = Y.Node.create('<caption></caption>');
|
||||
table.insert(captionnode, 0);
|
||||
}
|
||||
captionnode.setHTML(caption.get('value'));
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -330,7 +330,7 @@ Y.namespace('M.atto_table').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||
|
||||
captionnode = table.one('caption');
|
||||
if (!captionnode) {
|
||||
captionnode = Y.Node.create('<caption></caption');
|
||||
captionnode = Y.Node.create('<caption></caption>');
|
||||
table.insert(captionnode, 0);
|
||||
}
|
||||
captionnode.setHTML(caption.get('value'));
|
||||
|
||||
@@ -328,7 +328,7 @@ Y.namespace('M.atto_table').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||
|
||||
captionnode = table.one('caption');
|
||||
if (!captionnode) {
|
||||
captionnode = Y.Node.create('<caption></caption');
|
||||
captionnode = Y.Node.create('<caption></caption>');
|
||||
table.insert(captionnode, 0);
|
||||
}
|
||||
captionnode.setHTML(caption.get('value'));
|
||||
|
||||
Reference in New Issue
Block a user