diff options
author | Stuart Rackham <srackham@methods.co.nz> | 2009-05-19 13:35:42 +1200 |
---|---|---|
committer | Stuart Rackham <srackham@methods.co.nz> | 2009-05-19 13:35:42 +1200 |
commit | 896c67aaa48a684e70f4390bfbd88b80797ec212 (patch) | |
tree | d3d0a7e50f6f7912a6c7eb7c4a718647761c9feb /docbook.conf | |
parent | 6dc9df5abe5ef94a786d794eb9ab0dc17ca7dfaa (diff) | |
download | asciidoc-py3-896c67aaa48a684e70f4390bfbd88b80797ec212.tar.gz |
Renamed 'revision' attribute to more sensible and consistent 'revnumber' ('revision' is still recognized but is deprectated.
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 c7cc951..f71221b 100644 --- a/docbook.conf +++ b/docbook.conf @@ -472,7 +472,7 @@ rowsep="{grid@none|cols:0:1}" colsep="{grid@none|rows:0:1}" <email>{email}</email>
{authored#}</author>
<authorinitials>{authorinitials}</authorinitials>
-<revhistory><revision>{revision?<revnumber>{revision}</revnumber>}<date>{date}</date>{authorinitials?<authorinitials>{authorinitials}</authorinitials>}{revremark?<revremark>{revremark}</revremark>}</revision></revhistory>
+<revhistory><revision>{revnumber?<revnumber>{revnumber}</revnumber>}<date>{date}</date>{authorinitials?<authorinitials>{authorinitials}</authorinitials>}{revremark?<revremark>{revremark}</revremark>}</revision></revhistory>
# Include file named like source document with -docinfo.xml suffix
# if it exists and if the docinfo attribute is defined.
# include it as the document history.
|