Merge branch 'MDL-50801_29' of git://github.com/dmonllao/moodle into MOODLE_29_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2015-08-19 20:50:01 +02:00
4 changed files with 5 additions and 5 deletions
@@ -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'));
File diff suppressed because one or more lines are too long
@@ -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'));
+1 -1
View File
@@ -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'));