mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Minor fix for #2772
This commit is contained in:
		@@ -82,7 +82,7 @@ func checkVersion() {
 | 
				
			|||||||
		{"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.5.2.0304"},
 | 
							{"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.5.2.0304"},
 | 
				
			||||||
		{"github.com/go-macaron/binding", binding.Version, "0.2.1"},
 | 
							{"github.com/go-macaron/binding", binding.Version, "0.2.1"},
 | 
				
			||||||
		{"github.com/go-macaron/cache", cache.Version, "0.1.2"},
 | 
							{"github.com/go-macaron/cache", cache.Version, "0.1.2"},
 | 
				
			||||||
		{"github.com/go-macaron/csrf", csrf.Version, "0.0.3"},
 | 
							{"github.com/go-macaron/csrf", csrf.Version, "0.0.5"},
 | 
				
			||||||
		{"github.com/go-macaron/i18n", i18n.Version, "0.2.0"},
 | 
							{"github.com/go-macaron/i18n", i18n.Version, "0.2.0"},
 | 
				
			||||||
		{"github.com/go-macaron/session", session.Version, "0.1.6"},
 | 
							{"github.com/go-macaron/session", session.Version, "0.1.6"},
 | 
				
			||||||
		{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
 | 
							{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -201,7 +201,7 @@
 | 
				
			|||||||
				</p>
 | 
									</p>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
		</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="ui stackable middle very relaxed page grid">
 | 
				
			||||||
			<div class="eight wide center column">
 | 
								<div class="eight wide center column">
 | 
				
			||||||
				<h1 class="hero ui icon header">
 | 
									<h1 class="hero ui icon header">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user