Menu

Descendancy Chart - Improper Class

Help
Rob Peters
2010-02-03
2013-05-30
  • Rob Peters

    Rob Peters - 2010-02-03

    Descendancy.php produces this code: <table class="list_tableltr">
    This is generated by line #55 and has been around for a while.

     
  • Anonymous

    Anonymous - 2010-02-03

    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

     
  • Rob Peters

    Rob Peters - 2010-02-03

    Nigel,

    Yes, after the fact I did file a bug report - sorry I should have done that first :-(

     
  • Gerry Kroll

    Gerry Kroll - 2010-02-04

    Kosherjava has fixed this in SVN by adding the missing space after the text "list_table".

    SVN 6910

     

Log in to post a comment.