Index: website/html/meme-download.html =================================================================== --- website/html/meme-download.html (revision 4534) +++ website/html/meme-download.html (revision 4557) @@ -38,7 +38,7 @@ Copyright for terms and conditions before downloading the software. For-profit licenses are also available; click - + here for details.

The downloadable software includes the complete source code for the MEME suite, @@ -55,7 +55,7 @@

  • Download databases for use with the MEME Suite
  • Installation Guide
  • Copyright
  • -
  • License (for-profit only)
  • +
  • License (for-profit only)
  • View MEME man page
  • View GLAM2 man page
  • View MAST man page
  • Index: website/html/downloads.html =================================================================== --- website/html/downloads.html (revision 4534) +++ website/html/downloads.html (revision 4557) @@ -29,7 +29,7 @@

    Download MEME Suite Software

    Installation Guide

    Copyright

    -

    Commercial Licenses

    +

    Commercial Licenses

    Index: website/cgi-bin/meme_request.pl =================================================================== --- website/cgi-bin/meme_request.pl (revision 4579) +++ website/cgi-bin/meme_request.pl (working copy) @@ -258,8 +258,8 @@ # write the motifs to a temporary file that will be deleted when perl exits my ($fh, $tmpname); ($fh, $tmpname) = tempfile(UNLINK => 1); - $fh->print($motifs); - $fh->close(); + print($fh $motifs); + close($fh); #print "Content-type: text/plain", "\n\n"; #print "cat $tmpname", "\n";