View Single Post
Old 10-10-2003, 07:05 AM   #6
BernhardG
Green Mole
 
BernhardG's Avatar
 
Join Date: Oct 2003
Location: Püttlingen (Saar) - Germany
Posts: 8
Oh yes your markup is correct - My eyes were shut when I've wrote my reply, sorry!
But wrong markup is a general problem - every parser has this problem :-(
By the way:
Should'nt the line
$text = eregi_replace("<head[^<>]*>.*</head>"," ",$text);
look like this (as every other line in your quote):
$text = eregi_replace("<head[^>]*>.*</head>"," ",$text);
Or why we need this additional '<'?

Bernhard
__________________
phpCMS - Content Management System
http://www.phpcms.de/
BernhardG is offline   Reply With Quote