﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
13637,"Bug in function ""semantic_title""",kruncher,,"In ""semantic-classes.php"" at line 62 the code reads:

{{{
else : wp_title( '&raquo', true, 'left' ); bloginfo( 'name' );
}}}

But I believe that a semi-colon is missing. Additionally I have found that the title appears better when 'right' is specified instead of 'left'.

{{{
else : wp_title( '&raquo;', true, 'right' ); bloginfo( 'name' );
}}}",defect (bug),closed,normal,,General,,normal,invalid,,
