commit 3bc434dfce726e45856be599873f4227c8d813ca Author: Joel Pittet Date: Fri May 10 22:21:01 2013 -0700 remove var type from twig diff --git a/core/modules/views/templates/views-exposed-form.html.twig b/core/modules/views/templates/views-exposed-form.html.twig index 3768d09..7b5b557 100644 --- a/core/modules/views/templates/views-exposed-form.html.twig +++ b/core/modules/views/templates/views-exposed-form.html.twig @@ -6,7 +6,7 @@ * Available variables: * - widgets: A list of exposed form widgets. Each widget contains: * - label: The sanitized label of the widget. - * - id: The ID of the widget, or an empty string. + * - id: The ID of the widget, if available. * - operator: The select element for the operator widget. * - description: The sanitized description of the widget. * - widget: The widget itself.