Changeset 2422


Ignore:
Timestamp:
2001-05-16T12:45:42+12:00 (23 years ago)
Author:
cs025
Message:

Small modification to eliminate the incorrect addition of HTML around
the main document text (<center><tr><td>....</td></tr></center>) which
resulted in odd appearance of documents.

This only occurred in documents which were displayed in a frame.

File:
1 edited

Legend:

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

    r2113 r2422  
    403403      disp.setmacro ("httpdocument", "Global", httpdocument);
    404404      disp.setmacro ("gsdltop", "Global", "documenttop");
     405      formatinfo.DocumentText = "[Text]";
    405406    }
    406407    text_tmap::iterator it = cinfo.format.find ("homepage");
     
    855856  metadata.insert ("hastxt");
    856857  metadata.insert ("haschildren");
    857  
     858
    858859  if (formatinfo.DocumentText == "[Text]")
    859860    wanttext = 1;
Note: See TracChangeset for help on using the changeset viewer.