Merge pull request #139 from edent/master

Adding <meta charset="utf-8"> to relevant files
このコミットが含まれているのは:
Sébastien Lucas 2014-03-04 20:47:21 +01:00
コミット cb07d38590
4個のファイルの変更9行の追加3行の削除

ファイルの表示

@ -25,6 +25,7 @@
?>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>COPS Configuration Check</title>
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion(getCurrentCss ()) ?>" media="screen" />
@ -114,6 +115,7 @@ foreach (Base::getDbList () as $name => $database) {
</article>
<article class="frontpage">
<h2>Check if Calibre database file exists and is readable</h2>
<h4>
<?php
if (is_readable (Base::getDbFileName ($i))) {
echo "{$name} OK";
@ -128,6 +130,7 @@ Please check
</ul>";
}
?>
</h4>
</article>
<?php if (is_readable (Base::getDbFileName ($i))) { ?>
<article class="frontpage">
@ -189,4 +192,4 @@ Please check
<footer></footer>
</div>
</body>
</html>
</html>

ファイルの表示

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>COPS</title>
<script type="text/javascript" src="resources/jQuery/jquery-1.10.2.min.js"></script>
@ -94,4 +95,4 @@
</div>
</form>
</body>
</html>
</html>

ファイルの表示

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<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-status-bar-style" content="default" />
@ -56,4 +57,4 @@
});
</script>
{{?}}
</head>
</head>

ファイルの表示

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<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-status-bar-style" content="default" />