Descendancy.php produces this code: <table class="list_tableltr"> This is generated by line #55 and has been around for a while.
What version of PGV?
You should raise a Bug Report, but hopefully one of the Dev team will see this.
Latest svn has this code at line 56:
echo '<table class="list_table', $TEXT_DIRECTION, '">';
It should be something like:
echo '<table class="list_table '.$TEXT_DIRECTION.'">';
Nigel
Nigel,
Yes, after the fact I did file a bug report - sorry I should have done that first :-(
Kosherjava has fixed this in SVN by adding the missing space after the text "list_table".
SVN 6910
Log in to post a comment.
Descendancy.php produces this code: <table class="list_tableltr">
This is generated by line #55 and has been around for a while.
What version of PGV?
You should raise a Bug Report, but hopefully one of the Dev team will see this.
Latest svn has this code at line 56:
echo '<table class="list_table', $TEXT_DIRECTION, '">';
It should be something like:
echo '<table class="list_table '.$TEXT_DIRECTION.'">';
Nigel
Nigel,
Yes, after the fact I did file a bug report - sorry I should have done that first :-(
Kosherjava has fixed this in SVN by adding the missing space after the text "list_table".
SVN 6910