Ignore:
Timestamp:
2006-08-21T14:34:20+12:00 (18 years ago)
Author:
mdewsnip
Message:

Some XHTML compliance changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/vlistbrowserclass.cpp

    r12044 r12488  
    9595    itab = tab.getint();
    9696    if (colnumber > 0) textout << outconvert << disp
    97                    << "<td><img src=\"_httpimg_/space.gif\" width="
    98                    << (itab*colnumber) << "></td>";
     97                   << "<td><img alt=\"\" src=\"_httpimg_/space.gif\" width=\""
     98                   << (itab*colnumber) << "\"/></td>";
    9999  } else {
    100100    textout << outconvert << "<div class=\"v_list\">\n";
     
    146146    itab = tab.getint();
    147147    if (colnumber > 0) textout << outconvert << disp
    148                    << "<td><img src=\"_httpimg_/space.gif\" width="
    149                    << (itab*colnumber) << "></td>";
     148                   << "<td><img alt=\"\" src=\"_httpimg_/space.gif\" width=\""
     149                   << (itab*colnumber) << "\"/></td>";
    150150    textout << outconvert << "<td>";
    151151  }
Note: See TracChangeset for help on using the changeset viewer.