1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-03 03:13:34 +02:00

HTML5 validation fix

This commit is contained in:
Cameron
2014-02-16 07:13:11 -08:00
parent a3fa56e60d
commit 32e9407eea
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ if(!$OTHERNEWS_STYLE)
$item_selector = '<div class="btn-group pull-right"><a class="btn btn-mini btn-xs btn-default" href="#otherNews" data-slide="prev"></a>
<a class="btn btn-mini btn-xs btn-default" href="#otherNews" data-slide="next"></a></div>';
$caption = "<span class='inline-text'>".$template['caption']." ".$item_selector."</span>";
$caption = "<div class='inline-text'>".$template['caption']." ".$item_selector."</div>";
$OTHERNEWS_STYLE = $template['item'];
}