diff options
author | June McEnroe <june@causal.agency> | 2020-04-22 13:53:43 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-22 13:53:43 -0400 |
commit | 949bc6fd1b2f34009ffb9f1fa951bbdd1b5b517c (patch) | |
tree | b93038a6c27c71efd561f6fa4f368ad321b42423 /archive.h | |
parent | Add parent links to message nav (diff) | |
download | bubger-949bc6fd1b2f34009ffb9f1fa951bbdd1b5b517c.tar.gz bubger-949bc6fd1b2f34009ffb9f1fa951bbdd1b5b517c.zip |
Render id, description and language as <pre> attributes
Diffstat (limited to '')
-rw-r--r-- | archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.h b/archive.h index 03ee4f2..23f27f1 100644 --- a/archive.h +++ b/archive.h @@ -96,7 +96,7 @@ struct BodyPart { const char *type; struct List params; } disposition; - struct List language; + struct Data language; struct List location; }; |