MDL-50801 atto_table: Closing caption tag
This commit is contained in:
Vendored
+1
-1
@@ -329,7 +329,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
+3
-3
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -329,7 +329,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'));
|
||||
|
||||
@@ -327,7 +327,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