markup clean up

This commit is contained in:
Matthias Kretschmann 2015-12-12 19:36:58 +01:00
parent dfe7d978db
commit 417bd70682
1 changed files with 3 additions and 5 deletions

View File

@ -306,11 +306,9 @@ class Subtemplate {
$result = "<section class='subtemplate cta' style='background-image: url({$backgroundImg})'>
<div class='centered-content'>
{$ctaTitle}
<a href='{$ctaLink}' class='cta__button button blue-overPic'>{$ctaText}</a>
</div>
</section>";
{$ctaTitle}
<a href='{$ctaLink}' class='cta__button button blue-overPic'>{$ctaText}</a>
</section>";
return $result;
}