Changeset 10553


Ignore:
Timestamp:
2005-08-23T15:26:53+12:00 (19 years ago)
Author:
mdewsnip
Message:

A fix for extra table tags being generated when the gc argument is used, by Richard Managh.

File:
1 edited

Legend:

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

    r9881 r10553  
    629629        formatinfo, collectproto, disp, outconvert, textout, logout);
    630630
    631     textout << outconvert << "</table></td></tr></table>\n";
     631    // This messes things up when gc = 2 and doesn't seem to matter otherwise. By Richard Managh
     632    // textout << outconvert << "</table></td></tr></table>\n";
    632633}
    633634
Note: See TracChangeset for help on using the changeset viewer.