소스 검색

[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>