Fix error on table structure
Fixes #15000
Introduced by 35fafd773a
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
0556625f2d
commit
8d6596ea92
@ -59,11 +59,6 @@ class UtilExtension extends AbstractExtension
|
||||
'PhpMyAdmin\Util::getButtonOrImage',
|
||||
['is_safe' => ['html']]
|
||||
),
|
||||
new TwigFunction(
|
||||
'get_class_for_type',
|
||||
'PhpMyAdmin\Util::getClassForType',
|
||||
['is_safe' => ['html']]
|
||||
),
|
||||
new TwigFunction(
|
||||
'get_docu_link',
|
||||
'PhpMyAdmin\Util::getDocuLink',
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
{{ displayed_fields[rownum].icon|raw }}
|
||||
</label>
|
||||
</th>
|
||||
<td {{ get_class_for_type(extracted_columnspec['type']) }}>
|
||||
<td{{ 'set' != extracted_columnspec['type'] and 'enum' != extracted_columnspec['type'] ? ' class="nowrap"' }}>
|
||||
<bdo dir="ltr" lang="en">
|
||||
{{ extracted_columnspec['displayed_type']|raw }}
|
||||
{% if relation_commwork and relation_mimework and browse_mime
|
||||
|
||||
Loading…
Reference in New Issue
Block a user