commit 9c4ec22d3acd5693df7518cf64093ce8af2b1b44 Author: Shane Auckland Date: Fri Apr 12 23:06:03 2013 +0100 1898480-new_changes diff --git a/core/modules/system/templates/datetime.html.twig b/core/modules/system/templates/datetime.html.twig index e926d66..2857297 100644 --- a/core/modules/system/templates/datetime.html.twig +++ b/core/modules/system/templates/datetime.html.twig @@ -17,8 +17,8 @@ * - html: (optional) A flag indicating whether 'text' is HTML markup (TRUE) or * plain-text (FALSE). Defaults to FALSE. For example, to use a SPAN tag * within the TIME element, this must be set to TRUE, or the SPAN tag will be - * escaped. It is the responsibility of the caller to properly sanitize the - * value contained in 'text' (or within the SPAN tag in aforementioned + * escaped. It is the responsibility of the caller to properly sanitize the + * value contained in 'text' (or within the SPAN tag in aforementioned * example). * * @see template_preprocess_datetime()