diff --git a/templates/table/search/index.twig b/templates/table/search/index.twig index e6303d69d5..4ab6c72dd2 100644 --- a/templates/table/search/index.twig +++ b/templates/table/search/index.twig @@ -66,7 +66,8 @@ {% endif %} {# Displays column's name, type, collation and value #} - {{ 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] -}} {% set properties = self.getColumnProperties(column_index, column_index) %}