1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

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

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. Copyright (C) 2009 Free Software Foundation, Inc.
This file is part of GNU Wget. This file is part of GNU Wget.
@ -106,4 +106,3 @@ getpass (const char *prompt)
return strdup (getpassbuf); return strdup (getpassbuf);
} }
</div>