Add separator support to <copyright><holder> rendering when there are multiple
copyright holders. Spotted by: yar
This commit is contained in:
parent
22d532af1a
commit
c94bdf1708
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27212
1 changed files with 7 additions and 0 deletions
|
@ -298,6 +298,13 @@
|
|||
(make entity-ref name: "#8482"))))
|
||||
($charseq$)))
|
||||
|
||||
;; multiple copyright holders should be separated.
|
||||
(element (copyright holder)
|
||||
(make sequence
|
||||
($charseq$)
|
||||
(if (not (last-sibling? (current-node)))
|
||||
(literal ", ")
|
||||
(empty-sosofo))))
|
||||
]]>
|
||||
|
||||
<!-- HTML with images ............................................ -->
|
||||
|
|
Loading…
Reference in a new issue