diff options
author | Yoshiyuki Asaba | 2008-03-18 09:00:42 +0000 |
---|---|---|
committer | Yoshiyuki Asaba | 2008-03-18 09:00:42 +0000 |
commit | 88cf09b3667925a0444a609a9ebb6a638c553b51 (patch) | |
tree | eb21ef1eea1d5c08f809b393a233689e826d959a /doc/en | |
parent | c2df0932afb5b8cd3dd9e18693cb7da4f96cccb0 (diff) |
Fixed wrong <meta> tag position. pgpoolAdmin showed empty pages when
lang setting was Japanese.
<title>Japanese title</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
"Japanese title" is encoded by UTF-8. The following order is correct.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Japanese title</title>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/changePassword.html | 2 | ||||
-rw-r--r-- | doc/en/config.html | 2 | ||||
-rw-r--r-- | doc/en/errorCode.html | 2 | ||||
-rw-r--r-- | doc/en/install.html | 2 | ||||
-rw-r--r-- | doc/en/login.html | 2 | ||||
-rw-r--r-- | doc/en/logout.html | 2 | ||||
-rw-r--r-- | doc/en/nodeServerStatus.html | 2 | ||||
-rw-r--r-- | doc/en/pgconfig.html | 2 | ||||
-rw-r--r-- | doc/en/queryCache.html | 2 | ||||
-rw-r--r-- | doc/en/status.html | 2 | ||||
-rw-r--r-- | doc/en/systemDb.html | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/doc/en/changePassword.html b/doc/en/changePassword.html index 6392eb5..572664f 100644 --- a/doc/en/changePassword.html +++ b/doc/en/changePassword.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Change Password</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Change Password</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/config.html b/doc/en/config.html index 51e9075..485803a 100644 --- a/doc/en/config.html +++ b/doc/en/config.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpoolAdmin Setting</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>pgpoolAdmin Setting</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/errorCode.html b/doc/en/errorCode.html index 83b0189..6d15b89 100644 --- a/doc/en/errorCode.html +++ b/doc/en/errorCode.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>{$message.strNodeStatus|escape}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>{$message.strNodeStatus|escape}</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> diff --git a/doc/en/install.html b/doc/en/install.html index 7769a47..95238f9 100644 --- a/doc/en/install.html +++ b/doc/en/install.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Installing pgpool Management Tool</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>Installing pgpool Management Tool</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/login.html b/doc/en/login.html index c2b77b8..3bbf6ad 100644 --- a/doc/en/login.html +++ b/doc/en/login.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Login</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Login</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/logout.html b/doc/en/logout.html index 6b6c485..6c1a305 100644 --- a/doc/en/logout.html +++ b/doc/en/logout.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Logout</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Logout</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/nodeServerStatus.html b/doc/en/nodeServerStatus.html index 4e0de05..f13e4b5 100644 --- a/doc/en/nodeServerStatus.html +++ b/doc/en/nodeServerStatus.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Node Satsus</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Node Satsus</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> diff --git a/doc/en/pgconfig.html b/doc/en/pgconfig.html index d7693fe..9aafdd5 100644 --- a/doc/en/pgconfig.html +++ b/doc/en/pgconfig.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpool Setting</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>pgpool Setting</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/queryCache.html b/doc/en/queryCache.html index 2d8aa61..65b18ac 100644 --- a/doc/en/queryCache.html +++ b/doc/en/queryCache.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Query Cache</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Query Cache</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/status.html b/doc/en/status.html index d7662de..d199432 100644 --- a/doc/en/status.html +++ b/doc/en/status.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpool Status</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>pgpool Status</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/systemDb.html b/doc/en/systemDb.html index 0b3917e..9fad54c 100644 --- a/doc/en/systemDb.html +++ b/doc/en/systemDb.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Partitioning Rule</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Partitioning Rule</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> |