Topic: span tag inside h2 tag ?
In file post.php and some other files of 1.2, I see some codes like:
<h2><span><?php echo $lang_post['Post errors'] ?></span></h2>
I can't understand why there is <SPAN> tag inside a <H2> ? Anyone could explain me ?
Thanks