Changeset 30716
- Timestamp:
- 2016-08-15T20:17:05+12:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/bin/script/gti.pl
r30709 r30716 1660 1660 $chunk_text =~ s/^(\S+?)[:|=](\s*)//s; 1661 1661 1662 if($chunk_ key=~ m/ESCAPEDCOLONTEMP/) { # put back the escaped colons1663 $chunk_ key=~ s/ESCAPEDCOLONTEMP/\\:/g;1662 if($chunk_text =~ m/ESCAPEDCOLONTEMP/) { # put back the escaped colons 1663 $chunk_text =~ s/ESCAPEDCOLONTEMP/\\:/g; 1664 1664 } 1665 1665
Note:
See TracChangeset
for help on using the changeset viewer.