Changeset 34895


Ignore:
Timestamp:
2021-02-17T15:40:14+13:00 (3 years ago)
Author:
anupama
Message:

Test commit works for me. Corrected grammatical error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/util.pm

    r34121 r34895  
    18461846            if($hasTxtFile) { # if every image has a matching txt file, output txtfile too
    18471847            print $item_fh "   <Page pagenum=\"$page_num\" imgfile=\"$file\" txtfile=\"$page_num.txt\"/>\n";
    1848             } else { # when its pagedimg only, txtfile is empty
     1848            } else { # when it's pagedimg only, txtfile is empty
    18491849            print $item_fh "   <Page pagenum=\"$page_num\" imgfile=\"$file\" txtfile=\"\"/>\n";
    18501850            }
Note: See TracChangeset for help on using the changeset viewer.