From 8ded59234870fb9d533d75b8c08572afde7632ee Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Tue, 10 Dec 2013 15:09:03 +0000 Subject: [PATCH] Revert "Issue #1189804 by cosmicdreams, jessebeach, mgifford, pwieck, smiro, dcmouyard: Convert aggregator-feed-source.html.twig to HTML5." This reverts commit 5ca04d6782ea04b04f3b66b5ee19013e080c0905. --- .../aggregator-feed-source.html.twig | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/core/modules/aggregator/templates/aggregator-feed-source.html.twig b/core/modules/aggregator/templates/aggregator-feed-source.html.twig index d8ee76b3741..5f1342534f3 100644 --- a/core/modules/aggregator/templates/aggregator-feed-source.html.twig +++ b/core/modules/aggregator/templates/aggregator-feed-source.html.twig @@ -3,7 +3,7 @@ * @file * Default theme implementation to present the source of the feed. * - * The contents are rendered below feed listings when browsing source feeds. + * The contents are rendered above feed listings when browsing source feeds. * For example, "example.com/aggregator/sources/1". * * Available variables: @@ -19,14 +19,16 @@ * @ingroup themeable */ #} - + {{ source_icon }} {{ source_image }} -

{{ source_description }}

-
-
{{ 'URL'|t }}
-
{{ source_url }}
-
{{ 'Updated'|t }}
-
{{ last_checked }}
-
- + {{ source_description }} + +
+ {{ 'URL'|t }}: {{ source_url }} +
+
+ {{ 'Updated'|t }}: {{ last_checked }} +
+