mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-14 19:45:21 +02:00
[ticket/11956] Check for children elements in tables
PHPBB3-11956
This commit is contained in:
parent
6dedac1929
commit
ee4c1ba5a8
@ -800,7 +800,7 @@ function parse_document(container)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text.length && text !== '-') {
|
if ((text.length && text !== '-') || cell.children().length) {
|
||||||
cell.prepend('<dfn style="display: none;">' + headers[column] + '</dfn>');
|
cell.prepend('<dfn style="display: none;">' + headers[column] + '</dfn>');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user