aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/mail/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acme/mail/html.c')
-rw-r--r--src/cmd/acme/mail/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acme/mail/html.c b/src/cmd/acme/mail/html.c
index e3a956b0..e193fc4d 100644
--- a/src/cmd/acme/mail/html.c
+++ b/src/cmd/acme/mail/html.c
@@ -67,7 +67,7 @@ char*
readbody(char *type, char *dir, int *np)
{
char *body;
-
+
body = readfile(dir, "body", np);
if(body != nil && strcmp(type, "text/html") == 0)
return formathtml(body, np);