diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-10-14 23:42:04 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-10-14 23:42:29 -0700 |
commit | a0aeb135b39687c1a1c6adb4aa6b01dcc9c6e867 (patch) | |
tree | e89ea355a3fa69e424296c3a23f48d21820a1549 /test | |
parent | d5c13dd4383e4809c4a6e935398a4bfa6e1b04e5 (diff) | |
download | pandoc-a0aeb135b39687c1a1c6adb4aa6b01dcc9c6e867.tar.gz |
Minor template & test changes for latest dev doctemplates.
Diffstat (limited to 'test')
-rw-r--r-- | test/writer.icml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/writer.icml b/test/writer.icml index 4c1a2b950..5c0b1813d 100644 --- a/test/writer.icml +++ b/test/writer.icml @@ -64,7 +64,7 @@ <Properties> <BasedOn type="object">$ID/NormalCharacterStyle</BasedOn> </Properties> - </CharacterStyle> + </CharacterStyle> </RootCharacterStyleGroup> <RootParagraphStyleGroup Self="pandoc_paragraph_styles"> <ParagraphStyle Self="$ID/NormalParagraphStyle" Name="$ID/NormalParagraphStyle" @@ -420,7 +420,7 @@ <Properties> <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> </Properties> - </ParagraphStyle> + </ParagraphStyle> </RootParagraphStyleGroup> <RootTableStyleGroup Self="pandoc_table_styles"> <TableStyle Self="TableStyle/Table" Name="Table" /> |