Changeset 3208


Ignore:
Timestamp:
2002-07-03T14:59:31+12:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

Location:
trunk/protemix
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/protemix/etc/collect.cfg

    r3207 r3208  
    1414
    1515plugin        GAPlug
    16 plugin        ProtemixPlug
    17 plugin        HTMLPlug
     16plugin        ProtemixPlug -default_encoding windows_1252
     17plugin        HTMLPlug -default_encoding windows_1252
    1818plugin        PDFPlug
    1919plugin        RTFPlug
  • trunk/protemix/macros/subdocs.dm

    r3207 r3208  
    99</p>
    1010
    11 <p><a href="_httpcollection_/docs/IB/HTML/IB%20HTML.htm">Investigators Brochure</a>
     11<p><a href="_httpcollection_/docs/IB/HTML/IB.htm">Investigators Brochure</a>
    1212<br><a href="_httpcollection_/docs/IB/DOC/IB_vs3.9_31May02.doc">Investigators Brochure (Word document)</a></p>
    1313
    14 <p><a href="_httpcollection_/docs/Protocol/HTML/Protocol%20HTML.htm">Protocol</a>
     14<p><a href="_httpcollection_/docs/Protocol/HTML/Protocol.htm">Protocol</a>
    1515<br><a href="_httpcollection_/docs/Protocol/DOC/Prot005-31May02.doc">Protocol (Word document)</a></p>
    1616
  • trunk/protemix/rename.pl

    r3207 r3208  
    7676    # remove backslashes added for javascript strings
    7777    $noncss =~ s/\\\"/\"/sg;
    78     $noncss =~ s/\\\n/\n/sg;
     78    $noncss =~ s/\\(\s)/$1/g;
     79#    $noncss =~ s/\\\n/\n/sg;
    7980
    8081    # Occurances of 2HCl (lowercase el) were mistakenly changed to 2HC1
Note: See TracChangeset for help on using the changeset viewer.