View Single Post
  #73  
Old 05-02-2005, 09:48 AM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default

Quote:
Originally Posted by Owl
Well, if you get keywords in the title that is "melted" together, the SE cant separate the words and will ignore them...
before the space remover:

HiFi bass speakers Speakers Speakers Electripoint.com

after the space remover:

HiFibassspeakersSpeakersSpeakersElectripoint.com

=)

That is very odd. I have never seen that behavior before. Basically the script changes all consecutive whitespace to a single space character. It won't eliminate them. It does remove unnecessary spaces between certain HTML tags. Are each and every one of the words in your title wrapped in some formatting tag? That might cause the problem.
__________________
X-Cart Pro 4.5.5 Platinum
X-Payments 1.0.6
PHP 5.3.14
MySQL 5.1.68
Apache 2.2.23
Reply With Quote