L
m
m
t
F
y
BETA!
stuff
* look horrible. So I just remove it here.
* As you can see, they also decided to pepper the HTML with inline style coz they
* just absolutely hate me, so I strip it too.
*/
for($i = 0; $i < count($lines); $i++)
{
$line = preg_replace('/\/i', '', $lines[$i]);
$line = preg_replace('/style=".*"/i', '', $line);
if(!empty(trim($line))) $lines2[$i] = $line;
}
echo "