OSDN Git Service

fix XHTML 1.0 Strict
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 24 Feb 2009 16:27:42 +0000 (16:27 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 24 Feb 2009 16:27:42 +0000 (16:27 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@954 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/createaccount.html.en
utf8/createaccount.html.ja
utf8/readme.html.en
utf8/readme.html.ja

index f861770..20d779c 100644 (file)
@@ -1,7 +1,9 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
 <head>
-       <meta http-equiv="Refresh" content="5;url=createaccount.php">
+       <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1" />
+       <meta http-equiv="Refresh" content="5;url=createaccount.php" />
        <title>Create Member Account</title>
        <style type="text/css">@import url(nucleus/styles/manual.css);</style>
        <!--
index 3ac4558..3f2db21 100644 (file)
@@ -1,7 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
 <head>
-       <meta http-equiv="Refresh" content="5;url=createaccount.php">
+       <meta http-equiv="Refresh" content="5;url=createaccount.php" />
        <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
        <title>メンバーアカウントの作成</title>
        <style type="text/css">@import url(nucleus/styles/manual.css);</style>
index f4bf7a2..2d8dafd 100644 (file)
@@ -1,6 +1,8 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
+       <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1" />
        <title>Nucleus - Readme</title>
        <style type="text/css">
        <!--
index fbc09b1..5364414 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>