mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
HTML5 validation fixes.
This commit is contained in:
@@ -113,11 +113,19 @@ function tablestyle($caption, $text, $id='', $info=array())
|
||||
</div>';
|
||||
return;
|
||||
}
|
||||
|
||||
echo '<h2 class="caption">'.$caption.'</h2>
|
||||
|
||||
'.$text.'
|
||||
';
|
||||
|
||||
|
||||
|
||||
// default.
|
||||
|
||||
if(!empty($caption))
|
||||
{
|
||||
echo '<h2 class="caption">'.$caption.'</h2>';
|
||||
}
|
||||
|
||||
echo $text;
|
||||
|
||||
|
||||
|
||||
return;
|
||||
|
||||
|
@@ -18,6 +18,7 @@
|
||||
</screenshots>
|
||||
<stylesheets>
|
||||
<css file="style.css" name="Default" />
|
||||
<css file="*" name="*" />
|
||||
</stylesheets>
|
||||
<layouts>
|
||||
<layout name='jumbotron_home' title='Jumbotron (home)' default='false'>
|
||||
|
Reference in New Issue
Block a user