소스 검색

fixed HTML indenting

Steven 9 년 전
부모
커밋
87d64acc9f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      templates/repo/stars.tmpl
  2. 1 1
      templates/repo/watchers.tmpl

+ 1 - 1
templates/repo/stars.tmpl

@@ -32,7 +32,7 @@
                 </ol>
 
                 {{with .Page}}
-				{{if gt .TotalPages 1}}
+                {{if gt .TotalPages 1}}
                 <div class="pagination">
                     {{if .HasPrevious}}
                     <a href="{{$.RepoLink}}/stars/{{.Previous}}">{{$.i18n.Tr "issues.previous"}}</a>

+ 1 - 1
templates/repo/watchers.tmpl

@@ -32,7 +32,7 @@
                 </ol>
 
                 {{with .Page}}
-				{{if gt .TotalPages 1}}
+                {{if gt .TotalPages 1}}
                 <div class="pagination">
                     {{if .HasPrevious}}
                     <a href="{{$.RepoLink}}/watchers/{{.Previous}}">{{$.i18n.Tr "issues.previous"}}</a>