PDA

View Full Version : Extra characters in the meta tags...


WTM
06-15-2006, 03:19 AM
I was looking on page source code and this is how my page title is displayed:

<title>Travel Documents&nbsp;|&nbsp;Travelers Portal&nbsp; | Travel-Central.net</title>

How do I get rid of "&nbsp;" ?

Nick Collins
06-15-2006, 04:07 AM
Hi WTM! Open Layout.php in your template folder and there find function "function get_title" and remove "&nbsp;" tags here. Also open header.tpl and delete "&nbsp;" in "<title></title>" tag.

WTM
06-15-2006, 06:52 AM
Thanks Nick,
that worked...

Nick Collins
06-15-2006, 07:17 AM
Glad to help you ;)