summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.rs b/src/doc.rs
index f4a4d968..55e2f467 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -25,7 +25,7 @@ pub struct Document {
/// The document's title.
pub title: Option<EcoString>,
/// The document's author.
- pub author: Option<EcoString>,
+ pub author: Vec<EcoString>,
}
/// A finished layout with elements at fixed positions.