From 0cb55f2289148b106ab78ce8f15efc8d0b8acda0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 11 Aug 2013 17:06:48 -0700 Subject: opendocument template: fixed office:version. --- default.opendocument | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index 4135cdea7..d659c4913 100644 --- a/default.opendocument +++ b/default.opendocument @@ -1,9 +1,9 @@ - + $automatic-styles$ $for(header-includes)$ $header-includes$ -$endfor$ +$endfor$ $if(title)$ -- cgit v1.2.3 From 605a8d351ef583865e83762a2c6283aacaa8d940 Mon Sep 17 00:00:00 2001 From: Václav Zeman Date: Wed, 25 Sep 2013 01:13:38 +0200 Subject: default.opendocument: Add $font-face-decls$ field. --- default.opendocument | 1 + 1 file changed, 1 insertion(+) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index d659c4913..609c58762 100644 --- a/default.opendocument +++ b/default.opendocument @@ -1,5 +1,6 @@ + $font-face-decls$ $automatic-styles$ $for(header-includes)$ $header-includes$ -- cgit v1.2.3 From 0bb5f9ba204ea242e361c264f019490ead1cf313 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 24 Sep 2013 18:40:52 -0700 Subject: opendocument: Replaced fontface variable with actual declaration. --- default.opendocument | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument index 609c58762..afed83b76 100644 --- a/default.opendocument +++ b/default.opendocument @@ -1,6 +1,8 @@ - $font-face-decls$ + + + $automatic-styles$ $for(header-includes)$ $header-includes$ -- cgit v1.2.3