summaryrefslogtreecommitdiffstats
path: root/templates/repo/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/wiki')
-rw-r--r--templates/repo/wiki/pages.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/wiki/pages.tmpl b/templates/repo/wiki/pages.tmpl
index 602a49cb74..1cfbddce5a 100644
--- a/templates/repo/wiki/pages.tmpl
+++ b/templates/repo/wiki/pages.tmpl
@@ -13,7 +13,7 @@
{{range .Pages}}
<tr>
<td>
- <i class="icon octicon octicon-file-text"></i>
+ <i class="octicon octicon-file-text"></i>
<a href="{{$.RepoLink}}/wiki/{{.URL}}">{{.Name}}</a>
</td>
{{$timeSince := TimeSince .Updated $.Lang}}