Browse Source

[Doi] Author rendering without trailing ;\

cgars 7 years ago
parent
commit
e01be612d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/repo/doifile.tmpl

+ 1 - 1
templates/repo/doifile.tmpl

@@ -19,7 +19,7 @@
 						<td>Authors</td>
 						<td>
 								{{range $index, $auth := .DoiInfo.Authors}}
-								{{ $auth.LastName }},{{ $auth.FirstName }}; {{ $auth.Affiliation}}; {{$auth.ID}}
+								{{ $auth.RenderAuthor }}
 								<br>
 								{{end}}
 						</td>