27 Aug
2007
27 Aug
'07
5:55 p.m.
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 !
28 Aug
28 Aug
11:55 a.m.
袁韬韬 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? -- Adrian Simmons (aka adrinux) <http://perlucida.com> e-mail <mailto:adrinux@perlucida.com>
6845
Age (days ago)
6846
Last active (days ago)
1 comments
2 participants
participants (2)
-
Adrian Simmons -
袁韬韬