mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/security-283] Unify behavior between adm and prosilver, clean up
SECURITY-283
This commit is contained in:
@@ -773,8 +773,9 @@ function parseDocument($container) {
|
||||
}
|
||||
|
||||
if ((text.length && text !== '-') || cell.children().length) {
|
||||
const $dfnElement = $("<dfn>").css('display', 'none').text(headers[column]);
|
||||
cell.prepend($dfnElement);
|
||||
if (headers[column].length) {
|
||||
cell.prepend($("<dfn>").css('display', 'none').text(headers[column]));
|
||||
}
|
||||
} else {
|
||||
cell.addClass('empty');
|
||||
}
|
||||
|
Reference in New Issue
Block a user