MyBB Community Forums

Full Version: 1 little problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
These are the last lines of my "header" template:

			<div id="main">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}

When I edit anything in my header template it becomes:

			<div id="main">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}li

^ With 'li' at the end.

When I edit again, it becomes 'lili'.

--

Does anyone know why this happens?
What's your website URL?
(2012-01-17, 01:50 AM)Yaldaram Wrote: [ -> ]What's your website URL?

http://fatal-scape.azok.org < Homepage
http://fatal-scape.azok.org/forum < MyBB Forum
I don't see any thing wrong in the page source. Could you please highlight where you've seen the issue ?

Thanks.