>
> 2) but the
> mtrack/changeset.php/default/sak/731
> is still showing empty lines...
>
>
> :-/
>
> Is your diff bigger than the example you included earlier?
> I don't see the problem in my installation with the fix in place.
> I wonder what else is different about our environments?
nop, it's the same diff, I mean, I did not made another change and
commit, I'm trying to see the *same* diff trough mtrack...
I did
rm -f /opt/mtrack/cmdcache/*
just in case is cached, but nope...
I will try to make a different change...
> I'm running the OS X PHP 5.3.8; what PHP version do you have?
linux
# rpm -q php53
php53-5.3.3-5.el5
> If you're looking for a workaround, you could try commenting out that line completely.
> If you still see blanks after that, presumably something else is at fault.
ok, I modified the code, thus becoming:
// deliberately don't inform it of the charset; we have no idea and we
// only really care about the obvious HTML metacharacters, not the entities
//$line = htmlspecialchars($line);
$row .= "<td class='line' width='100%'>$line</td></tr>\n";
and exactly the same happens,
changeset.php/default/sak/731
is displaying an empty diff (a empty red row, and a green one)