fixing duplicate "content" id isuue

This commit is contained in:
koenemann 2017-02-07 15:38:14 +01:00
parent 9b43e4b0e4
commit e9780ed015
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<div class="wrapper" id="wrapper-static-hero"> <div class="wrapper" id="wrapper-static-hero">
<div class="<?php echo esc_html( $container ); ?>" id="content" tabindex="-1"> <div class="<?php echo esc_html( $container ); ?>" id="wrapper-static-content" tabindex="-1">
<div class="row"> <div class="row">