diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-11 08:51:02 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-11 08:51:02 -0400 |
commit | c8d4e3eddc07889f0bc493884f120e741226c28b (patch) | |
tree | f93b5506b48b524a5895dc279cb17eec849670ea /specs/record.xml | |
parent | 1950143424ea47973613bc1dbec805e8a32aa97b (diff) |
specs: use more appropriate docbook element to get "Edited by"
The proper element to use is <editor>.
The <contrib> was a hack to insert text and showed up in the wrong location
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'specs/record.xml')
-rw-r--r-- | specs/record.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/specs/record.xml b/specs/record.xml index 89cfd72..c1d5d32 100644 --- a/specs/record.xml +++ b/specs/record.xml @@ -14,11 +14,10 @@ <firstname>Martha</firstname><surname>Zimet</surname> <affiliation><orgname>Network Computing Devices, Inc.</orgname></affiliation> </author> - <othercredit> - <contrib>edited by</contrib> + <editor> <firstname>Stephen</firstname><surname>Gildea</surname> <affiliation><orgname>X Consortium</orgname></affiliation> - </othercredit> + </editor> </authorgroup> <corpname>X Consortium Standard</corpname> <affiliation><orgname>X Consortium</orgname></affiliation> |