Browse Source
			
			
			Use more modern meta tag for charset encoding
			
			
				pull/3151/head
			
			
		 
		
			
				
					
						 Rychart Redwerkz
					
					3 years ago
						Rychart Redwerkz
					
					3 years ago
					
						
							committed by
							
								 Daniel García
								Daniel García
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: FC8A7D14C3CD543A
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/static/templates/admin/base.hbs
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -1,7 +1,7 @@ | 
			
		
	
		
		
			
				
					|  |  | <!DOCTYPE html> |  |  | <!DOCTYPE html> | 
			
		
	
		
		
			
				
					|  |  | <html lang="en"> |  |  | <html lang="en"> | 
			
		
	
		
		
			
				
					|  |  | <head> |  |  | <head> | 
			
		
	
		
		
			
				
					
					|  |  |     <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |  |  |     <meta charset="UTF-8"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |     <meta name="viewport" content="width=device-width, initial-scale=1" /> |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1" /> | 
			
		
	
		
		
			
				
					|  |  |     <meta name="robots" content="noindex,nofollow" /> |  |  |     <meta name="robots" content="noindex,nofollow" /> | 
			
		
	
		
		
			
				
					|  |  |     <link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-favicon.png"> |  |  |     <link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-favicon.png"> | 
			
		
	
	
		
		
			
				
					|  | 
 |