Merge pull request #18245 from liviuconcioiu/18235
Fix #18235 - Fix charset column
This commit is contained in:
commit
b91b1c25bc
@ -140,12 +140,12 @@
|
||||
</td>
|
||||
{% endif %}
|
||||
|
||||
{% if not (show_charset > 1) %}
|
||||
{% if charset|length > 0 %}
|
||||
<td class="text-nowrap">
|
||||
{% if show_charset %}
|
||||
<td class="text-nowrap">
|
||||
{% if charset|length > 0 %}
|
||||
{{ charset|raw }}
|
||||
</td>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</td>
|
||||
{% endif %}
|
||||
|
||||
{% if show_comment %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user