Merge pull request #18245 from liviuconcioiu/18235

Fix #18235 - Fix charset column
This commit is contained in:
Maurício Meneghini Fauth 2023-03-29 17:19:49 -03:00 committed by GitHub
commit b91b1c25bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}