Hi
breadcrumb catch line, "You are here" is invisible!!
By enabling breadcrumb in layout it shows breadcrumb but shows blank, rather "You are here" text

             Home » about » etc

but it is in code as following, of course it is due to class="element-invisible"

<div id="breadcrumb-wrapper" class="wrapper">
	<div class="container grid-24">
		<div class="grid-inner clearfix">
			<h2 class="element-invisible">You are here</h2>
			<ol id="crumbs"><li class="crumb crumb-home">
				<a href="/mydomain/">Home</a></li>
			</ol>
			<a title="Back to Top" class="btn-btt" href="#Top">▲ Top</a>
		</div>
	</div>
</div>

the code found in theme/tpl/page.tpl.php
it happens in all versions alpha1 beta1 & dev even in 'tb_purity starter' bundle from themebrain website
Can anybody solve how to make it visible
thanks