diff options
Diffstat (limited to 'user_guide/database')
-rw-r--r-- | user_guide/database/active_record.html | 2 | ||||
-rw-r--r-- | user_guide/database/caching.html | 2 | ||||
-rw-r--r-- | user_guide/database/call_function.html | 2 | ||||
-rw-r--r-- | user_guide/database/configuration.html | 2 | ||||
-rw-r--r-- | user_guide/database/connecting.html | 2 | ||||
-rw-r--r-- | user_guide/database/examples.html | 2 | ||||
-rw-r--r-- | user_guide/database/fields.html | 2 | ||||
-rw-r--r-- | user_guide/database/forge.html | 2 | ||||
-rw-r--r-- | user_guide/database/helpers.html | 2 | ||||
-rw-r--r-- | user_guide/database/index.html | 2 | ||||
-rw-r--r-- | user_guide/database/queries.html | 2 | ||||
-rw-r--r-- | user_guide/database/results.html | 2 | ||||
-rw-r--r-- | user_guide/database/table_data.html | 2 | ||||
-rw-r--r-- | user_guide/database/transactions.html | 2 | ||||
-rw-r--r-- | user_guide/database/utilities.html | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html index 4ba5bfd96..bf4369968 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Active Record</title>
diff --git a/user_guide/database/caching.html b/user_guide/database/caching.html index 9e007f923..d286c9283 100644 --- a/user_guide/database/caching.html +++ b/user_guide/database/caching.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Database Caching Class</title>
diff --git a/user_guide/database/call_function.html b/user_guide/database/call_function.html index 87ff2dfe1..97661de28 100644 --- a/user_guide/database/call_function.html +++ b/user_guide/database/call_function.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Custom Function Calls</title>
diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html index b6126d9f2..c9ad2e3cf 100644 --- a/user_guide/database/configuration.html +++ b/user_guide/database/configuration.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Database Configuration</title>
diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html index adf0c5188..a86866d23 100644 --- a/user_guide/database/connecting.html +++ b/user_guide/database/connecting.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Connecting to your Database</title>
diff --git a/user_guide/database/examples.html b/user_guide/database/examples.html index 434aa828d..d8c01aa03 100644 --- a/user_guide/database/examples.html +++ b/user_guide/database/examples.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Database Quick Start</title>
diff --git a/user_guide/database/fields.html b/user_guide/database/fields.html index de5e021ba..6da71c111 100644 --- a/user_guide/database/fields.html +++ b/user_guide/database/fields.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Field Data</title>
diff --git a/user_guide/database/forge.html b/user_guide/database/forge.html index 0a404544b..7fc6589c0 100644 --- a/user_guide/database/forge.html +++ b/user_guide/database/forge.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Database Utility Class</title>
diff --git a/user_guide/database/helpers.html b/user_guide/database/helpers.html index 6567c0277..edf7faec3 100644 --- a/user_guide/database/helpers.html +++ b/user_guide/database/helpers.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Query Helper Functions</title>
diff --git a/user_guide/database/index.html b/user_guide/database/index.html index 6ad90e97a..76c32e2de 100644 --- a/user_guide/database/index.html +++ b/user_guide/database/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : The Database Class</title>
diff --git a/user_guide/database/queries.html b/user_guide/database/queries.html index 21b550ae1..687076f98 100644 --- a/user_guide/database/queries.html +++ b/user_guide/database/queries.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Queries</title>
diff --git a/user_guide/database/results.html b/user_guide/database/results.html index 6c6142c05..6a7bf04ab 100644 --- a/user_guide/database/results.html +++ b/user_guide/database/results.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Generating Query Results</title>
diff --git a/user_guide/database/table_data.html b/user_guide/database/table_data.html index c5d2aaaec..9f1c97467 100644 --- a/user_guide/database/table_data.html +++ b/user_guide/database/table_data.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Table Data</title>
diff --git a/user_guide/database/transactions.html b/user_guide/database/transactions.html index 19f091e95..1c2d9b13f 100644 --- a/user_guide/database/transactions.html +++ b/user_guide/database/transactions.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Transactions</title>
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html index 56a728b19..b6cdb8ace 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CodeIgniter User Guide : Database Utility Class</title>
|