Fix #16669 - Remove extra spaces to allow the /table/search request to work

Fixes: #16669

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-02-19 00:31:20 +01:00
parent 4df8cd0b3c
commit b83dbbecf2
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -66,7 +66,8 @@
{% endif %}
{# Displays column's name, type, collation and value #}
<th>
{{ column_names[column_index] }}
{#- Keep this without extra spaces because it is used for a request to build the BETWEEN modal -#}
{{- column_names[column_index] -}}
</th>
{% set properties = self.getColumnProperties(column_index, column_index) %}
<td dir="ltr">