Changeset 29007


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

Forgot to commit the config file used by HTML Tidy when run by GLI's FormatConversionDialog.java

Location:
main/trunk/greenstone3/bin
Files:
1 added
1 edited

Legend:

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

    r28798 r29007  
    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;
    797802    $old_format = "<gsf:format-gs2>" . $old_format . "</gsf:format-gs2>";
    798    
    799803    }
    800804
Note: See TracChangeset for help on using the changeset viewer.