commit 3db236d75d51227ddd26b6c0c6df7f31893b7235 Author: Thomas Lattimore Date: Mon Apr 15 13:11:42 2013 -0400 Removing brackets in boolean. diff --git a/core/modules/datetime/templates/datetime-wrapper.html.twig b/core/modules/datetime/templates/datetime-wrapper.html.twig index 1bfc05e..fb5ab59 100644 --- a/core/modules/datetime/templates/datetime-wrapper.html.twig +++ b/core/modules/datetime/templates/datetime-wrapper.html.twig @@ -15,7 +15,7 @@ * @ingroup themeable */ #} -{% if (title) %} +{% if title %}

{{ title }}