Project

General

Profile

Bug #18370 ยป rtehtmlarea_bugfix_7754.patch

Administrator Admin, 2008-03-05 00:35

View differences:

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 {
    (1-1/1)