diff options
author | Unknwon <u@gogs.io> | 2016-03-06 15:37:49 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-06 15:37:49 -0500 |
commit | 12b5a76b0d528a6b4159894204163ce16f4c247a (patch) | |
tree | 4fd8d1615b6cf1bfa5e566175d36abfbf5e4d880 /templates/home.tmpl | |
parent | a4452864ea9c556b9ae5793603af62b6d5ce2f0d (diff) | |
download | gitea-12b5a76b0d528a6b4159894204163ce16f4c247a.tar.gz gitea-12b5a76b0d528a6b4159894204163ce16f4c247a.zip |
Minor fix for #2772
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r-- | templates/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl index d2e866ad3b..5bbc8d24fb 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -201,7 +201,7 @@ </p> </div> </div> - {{else if eq .Lang "ru-RU"}} + {{else if eq .Lang "ru-RU"}} <div class="ui stackable middle very relaxed page grid"> <div class="eight wide center column"> <h1 class="hero ui icon header"> |