Changeset 7553


Ignore:
Timestamp:
2004-06-03T15:46:18+12:00 (20 years ago)
Author:
kjdon
Message:

apparently 80 columns is too wide, use 64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/MARCPlug.pm

    r7547 r7553  
    250250
    251251    # line wrapping
    252     $$textref = &wrap_text_in_columns($$textref, 80);
     252    $$textref = &wrap_text_in_columns($$textref, 64);
    253253    $$textref = "<pre>\n" . $$textref . "</pre>\n"; # HTML formatting...
    254254
Note: See TracChangeset for help on using the changeset viewer.