Error in screen-reader-text
-
Several of the files in template-parts – content-* have an extra “?>” at the end of the <span> which gets output into the screen reader data… i.e.:
<span class=”screen-reader-text”><?php the_title();?> ?></span>
Should be:
<span class=”screen-reader-text”><?php the_title(); ?></span>
At least I think so ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error in screen-reader-text’ is closed to new replies.