Fix a stupid <div> tag that my mailer inserted into an attachment...

This commit is contained in:
Micah Cowan 2009-09-11 18:52:49 -07:00
parent 2f1bb05129
commit bd3028f1cd
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div class="moz-text-flowed" style="font-family: -moz-fixed">/* MSDOS utility functions.
/* MSDOS utility functions.
Copyright (C) 2009 Free Software Foundation, Inc.
This file is part of GNU Wget.
@ -106,4 +106,3 @@ getpass (const char *prompt)
return strdup (getpassbuf);
}
</div>