From 2f40c3126bdc2b73d97073caa4e1735420b5e7c9 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Fri, 7 Jun 2013 18:06:48 +0200 Subject: [PATCH] [-] FO: fixed w3c errors --- modules/blockcms/blockcms.tpl | 2 +- themes/default/modules/blockcms/blockcms.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/blockcms/blockcms.tpl b/modules/blockcms/blockcms.tpl index d57171955..fe80491a5 100755 --- a/modules/blockcms/blockcms.tpl +++ b/modules/blockcms/blockcms.tpl @@ -54,7 +54,7 @@
  • {l s='Contact us' mod='blockcms'}
  • {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} -
  • {$cmslink.meta_title|escape:'htmlall':'UTF-8'}
  • +
  • {$cmslink.meta_title|escape:'htmlall':'UTF-8'}
  • {/if} {/foreach}
  • {l s='Sitemap' mod='blockcms'}
  • diff --git a/themes/default/modules/blockcms/blockcms.tpl b/themes/default/modules/blockcms/blockcms.tpl index 0f798e729..a5610bdf0 100644 --- a/themes/default/modules/blockcms/blockcms.tpl +++ b/themes/default/modules/blockcms/blockcms.tpl @@ -54,7 +54,7 @@
  • {l s='Contact us' mod='blockcms'}
  • {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} -
  • {$cmslink.meta_title|escape:'htmlall':'UTF-8'}
  • +
  • {$cmslink.meta_title|escape:'htmlall':'UTF-8'}
  • {/if} {/foreach}
  • {l s='Sitemap' mod='blockcms'}