mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove extra space from title element (#21345)
Removes a spurious additional space in the head template. 
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
<head>
 | 
			
		||||
	<meta charset="utf-8">
 | 
			
		||||
	<meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
	<title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}}</title>
 | 
			
		||||
	<title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}}{{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}}</title>
 | 
			
		||||
	<link rel="manifest" href="data:{{.ManifestData}}">
 | 
			
		||||
	<meta name="theme-color" content="{{ThemeColorMetaTag}}">
 | 
			
		||||
	<meta name="default-theme" content="{{DefaultTheme}}">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user