commit 3147da972dccd3e7f0dad24f33dc5f6a5985ae0f Author: gnuget Date: Mon Jan 20 21:55:19 2014 -0600 Removing the spaceless tag in details.html.twig diff --git a/core/modules/system/templates/details.html.twig b/core/modules/system/templates/details.html.twig index 9a6e463..17ea820 100644 --- a/core/modules/system/templates/details.html.twig +++ b/core/modules/system/templates/details.html.twig @@ -15,21 +15,19 @@ * @ingroup themeable */ #} -{% spaceless %} - - {%- if title -%} - {{ title }} + + {%- if title -%} + {{ title }} + {%- endif -%} +
+ {%- if description -%} +
{{ description }}
{%- endif -%} -
- {%- if description -%} -
{{ description }}
- {%- endif -%} - {%- if children -%} - {{ children }} - {%- endif -%} - {%- if value -%} - {{ value }} - {%- endif -%} -
- -{% endspaceless %} + {%- if children -%} + {{ children }} + {%- endif -%} + {%- if value -%} + {{ value }} + {%- endif -%} +
+