diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-11 00:22:34 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-11 00:22:34 -0800 |
commit | c6b79d794eb25cb11777d2b720ce01595c780de1 (patch) | |
tree | 2c06481ca74bd5fa0f1b456f73fd8b94d92c44cd /templates/docbook.template | |
parent | f5c208230451c2f8446b639a4458a255e14778fb (diff) | |
download | pandoc-c6b79d794eb25cb11777d2b720ce01595c780de1.tar.gz |
Removed deprecated -C/--custom-header option.
Use --template instead.
Diffstat (limited to 'templates/docbook.template')
-rw-r--r-- | templates/docbook.template | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/docbook.template b/templates/docbook.template index cd9ec59ca..66dfbef8d 100644 --- a/templates/docbook.template +++ b/templates/docbook.template @@ -1,10 +1,6 @@ -$if(legacy-header)$ -$legacy-header$ -$else$ <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -$endif$ <article> <articleinfo> <title>$title$</title> |