Templates "protostar" Markup Validation Service - Joomla! Forum - community, help and support


i long time, decided make change :eek:
can make these changes in fix ???

/index.php
header, nav, main, footer - replaced "div". :d

art. 144; 156

code: select all

<header class="header" role="banner">
...
</header>

on

code: select all

<div class="header" role="banner">
...
</div>


art. 158; 169

code: select all

<nav class="navigation" role="navigation">

on

code: select all

<div class="navigation" role="navigation">


art. 182; 188

code: select all

<main id="content" role="main" class="<?php echo $span; ?>">

on

code: select all

<div id="content" role="main" class="<?php echo $span; ?>">


art. 201; 214

code: select all

<footer class="footer" role="contentinfo">

on

code: select all

<div class="footer" role="contentinfo">


markup validation service 100%






Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support