Bug #18370 ยป rtehtmlarea_bugfix_7754.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js (working copy) | ||
---|---|---|
}
|
||
if (!caption) {
|
||
var caption = doc.createElement("caption");
|
||
table.appendChild(caption);
|
||
table.insertBefore(caption, table.firstChild);
|
||
}
|
||
caption.innerHTML = val;
|
||
} else {
|