DocBook template: Use authorgroup.

This commit is contained in:
John MacFarlane 2014-04-04 21:42:16 -07:00
parent 7de81bf0a5
commit 44723bcc95

View file

@ -9,11 +9,15 @@ $endif$
<article>
<articleinfo>
<title>$title$</title>
$if(author)$
<authorgroup>
$for(author)$
<author>
$author$
</author>
<author>
$author$
</author>
$endfor$
</authorgroup>
$endif$
$if(date)$
<date>$date$</date>
$endif$