Simply a little test: 1,create a new theme folder "testfoo". 2,create a page.tpl.php which has a content: <?php print $content; ?> 3,create a node.tpl.php which has a content: <?php print $title; print $content; ?>
Ok, now enable the theme, you will found there is a strange character before the every title except the first one.
Is this a bug? Thank you !
袁韬韬 wrote:
Is this a bug?
Just a guess but what text encoding are your documents saved in? There's a reason why html documents have doctypes and lang attributes...
It just sounds like a text encoding problem, perhaps you have the utf8 BOM on?