From 7bef4e6d9eb89339bf1ffb52d9ce42c08736e1ca Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 15 Nov 2015 15:26:39 +0000 Subject: [PATCH] Issue #2607824 by Nitesh Pawar, r_sharma08: Asterisks in language-negotiation-configure-form.html.twig's docblock don't line up --- ...guage-negotiation-configure-form.html.twig | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/core/modules/language/templates/language-negotiation-configure-form.html.twig b/core/modules/language/templates/language-negotiation-configure-form.html.twig index 12528acd440..60717314b9f 100644 --- a/core/modules/language/templates/language-negotiation-configure-form.html.twig +++ b/core/modules/language/templates/language-negotiation-configure-form.html.twig @@ -1,24 +1,25 @@ {# /** -* @file -* Default theme implementation for a language negotiation configuration form. -* -* Available variables: -* - language_types: A list of language negotiation types. Each language type -* contains the following: -* - type: The machine name for the negotiation type. -* - title: The language negotiation type name. -* - description: A description for how the language negotiation type operates. -* - configurable: A radio element to toggle the table. -* - table: A draggable table for the language detection methods of this type. -* - children: Remaining form items for the group. -* - attributes: A list of HTML attributes for the wrapper element. -* - children: Remaining form items for all groups. -* -* @see template_preprocess_language_negotiation_configure_form() -* -* @ingroup themeable -*/ + * @file + * Default theme implementation for a language negotiation configuration form. + * + * Available variables: + * - language_types: A list of language negotiation types. Each language type + * contains the following: + * - type: The machine name for the negotiation type. + * - title: The language negotiation type name. + * - description: A description for how the language negotiation type + * operates. + * - configurable: A radio element to toggle the table. + * - table: A draggable table for the language detection methods of this type. + * - children: Remaining form items for the group. + * - attributes: A list of HTML attributes for the wrapper element. + * - children: Remaining form items for all groups. + * + * @see template_preprocess_language_negotiation_configure_form() + * + * @ingroup themeable + */ #} {% for language_type in language_types %} {%