瀏覽代碼

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>