DocBook template: Use authorgroup.
This commit is contained in:
parent
7de81bf0a5
commit
44723bcc95
1 changed files with 7 additions and 3 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue