mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-14 03:25:37 +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;
|
||||
}
|
||||
|
||||
if (text.length && text !== '-') {
|
||||
if ((text.length && text !== '-') || cell.children().length) {
|
||||
cell.prepend('<dfn style="display: none;">' + headers[column] + '</dfn>');
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user