Changeset 2888


Ignore:
Timestamp:
2001-12-06T13:45:32+13:00 (22 years ago)
Author:
sjboddie
Message:

Removed extra white space that was being added inside all <Content> tags
of doc.xml files. This was causing problems when hastxt metadata was set
since the content always had a length greater than zero so hastxt was
always true.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/doc.pm

    r2858 r2888  
    174174
    175175    # output the text
    176     $all_text .= "  <Content>\n";
     176    $all_text .= "  <Content>";
    177177    $all_text .= &_escape_text($section_ptr->{'text'});
    178     $all_text .= "  </Content>\n";
     178    $all_text .= "</Content>\n";
    179179   
    180180    # output all the subsections
Note: See TracChangeset for help on using the changeset viewer.