瀏覽代碼

[Doi] Author rendering without trailing ;\

cgars 7 年之前
父節點
當前提交
e01be612d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>