소스 검색

fix possible XSS in view issue page

Unknwon 9 년 전
부모
커밋
923873db85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/repo/issue/view_content.tmpl

+ 1 - 1
templates/repo/issue/view_content.tmpl

@@ -124,7 +124,7 @@
 
 	  		<div class="detail">
 	  			<span class="octicon octicon-git-commit"></span>
-	  			<span class="text grey">{{.Content | Safe}}</span>
+	  			<span class="text grey">{{.Content | Str2html}}</span>
 	  		</div>
   		</div>
 			{{end}}