Adding <meta charset="utf-8"> to relevant files
This commit is contained in:
		
							parent
							
								
									4c4cd05eb1
								
							
						
					
					
						commit
						b2a4f349eb
					
				
					 5 changed files with 8 additions and 4 deletions
				
			
		|  | @ -25,6 +25,7 @@ | ||||||
| 
 | 
 | ||||||
| ?>
 | ?>
 | ||||||
| <head> | <head> | ||||||
|  |     <meta charset="utf-8"> | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||||
|     <title>COPS Configuration Check</title> |     <title>COPS Configuration Check</title> | ||||||
|     <link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion(getCurrentCss ()) ?>" media="screen" /> |     <link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion(getCurrentCss ()) ?>" media="screen" /> | ||||||
|  |  | ||||||
|  | @ -1,6 +1,7 @@ | ||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||||||
| <head> | <head> | ||||||
|  |     <meta charset="utf-8"> | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||||
|     <title>COPS</title> |     <title>COPS</title> | ||||||
|     <script type="text/javascript" src="resources/jQuery/jquery-1.10.2.min.js"></script> |     <script type="text/javascript" src="resources/jQuery/jquery-1.10.2.min.js"></script> | ||||||
|  |  | ||||||
|  | @ -122,7 +122,7 @@ Monocle.Env = function () { | ||||||
|         "width:"+testFrameSize+"px" |         "width:"+testFrameSize+"px" | ||||||
|       ].join(";"); |       ].join(";"); | ||||||
|       src = "javascript:'<!DOCTYPE html><html>"+ |       src = "javascript:'<!DOCTYPE html><html>"+ | ||||||
|         '<head><meta name="time" content="'+(new Date()).getTime()+'" />'+ |         '<head><meta charset="utf-8"><meta name="time" content="'+(new Date()).getTime()+'" />'+ | ||||||
|         '<style>div{'+divStyle+'}</style></head>'+ |         '<style>div{'+divStyle+'}</style></head>'+ | ||||||
|         '<body>'+pgs.join("")+'</body>'+ |         '<body>'+pgs.join("")+'</body>'+ | ||||||
|         "</html>'"; |         "</html>'"; | ||||||
|  |  | ||||||
|  | @ -1,6 +1,7 @@ | ||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||||||
| <head> | <head> | ||||||
|  |     <meta charset="utf-8"> | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||||
|     <meta name="apple-mobile-web-app-capable" content="yes" /> |     <meta name="apple-mobile-web-app-capable" content="yes" /> | ||||||
|     <meta name="apple-mobile-web-app-status-bar-style" content="default" /> |     <meta name="apple-mobile-web-app-status-bar-style" content="default" /> | ||||||
|  |  | ||||||
|  | @ -1,6 +1,7 @@ | ||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||||||
| <head> | <head> | ||||||
|  |     <meta charset="utf-8"> | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||||
|     <meta name="apple-mobile-web-app-capable" content="yes" /> |     <meta name="apple-mobile-web-app-capable" content="yes" /> | ||||||
|     <meta name="apple-mobile-web-app-status-bar-style" content="default" /> |     <meta name="apple-mobile-web-app-status-bar-style" content="default" /> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue