Changeset 29008


Ignore:
Timestamp:
2014-04-29T19:56:49+12:00 (10 years ago)
Author:
ak19
Message:

Reverting accidental commit of unnecessary changes, although they were commented out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/bin/script/convert_coll_from_gs2.pl

    r29007 r29008  
    795795
    796796    $old_format = &docprint::escape_text($old_format); # escape html entities inside the format statement since the <br> and <p> may not be correct for xml
    797 
    798     # some html tidy
    799     #turn <br> into <br />
    800 #   $old_format =~ s/\<br\>/\<br \/\>/g;
    801 #   $old_format =~ s/\<hr\>/\<hr \/\>/g;
    802797    $old_format = "<gsf:format-gs2>" . $old_format . "</gsf:format-gs2>";
     798   
    803799    }
    804800
Note: See TracChangeset for help on using the changeset viewer.