diff options
author | Stuart Rackham <srackham@methods.co.nz> | 2009-01-13 13:57:43 +1300 |
---|---|---|
committer | Stuart Rackham <srackham@methods.co.nz> | 2009-01-13 13:57:43 +1300 |
commit | 44f37f294ce549ea66f50ec46e66af226748cbc3 (patch) | |
tree | 7551fec99bf09467a4b59a1a20a7ee2ea0963169 /docbook.conf | |
parent | d4e6fbcec80dab4c9efd4be7aae951efab5b7004 (diff) | |
download | asciidoc-py3-44f37f294ce549ea66f50ec46e66af226748cbc3.tar.gz |
Fixed another illegal comment in DocBook conf file.
Diffstat (limited to 'docbook.conf')
-rw-r--r-- | docbook.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook.conf b/docbook.conf index 0b6fae1..1b099f6 100644 --- a/docbook.conf +++ b/docbook.conf @@ -615,7 +615,7 @@ template::[header-declarations] # include it as the document history, otherwise use current revision.
{revisionhistory#}{include:{docdir}/{docname}-revhistory.xml}
{revisionhistory%}<revhistory><revision><revnumber>{revision}</revnumber><date>{date}</date>{authorinitials?<authorinitials>{authorinitials}</authorinitials>}{revremark?<revremark>{revremark}</revremark>}</revision></revhistory>
- # DEPRECTED: Use corpname in preference to companyname.
+# DEPRECTED: Use corpname in preference to companyname.
<corpname>{companyname}</corpname>
<corpname>{corpname}</corpname>
{doctitle#}</bookinfo>
|