diff options
author | xue <> | 2006-02-18 23:27:28 +0000 |
---|---|---|
committer | xue <> | 2006-02-18 23:27:28 +0000 |
commit | f1cc3c880b564362e7f00b18326e116884879231 (patch) | |
tree | 0b60de7e23d2a30a44bae1e55bc6e51df7dc01e5 /demos | |
parent | c8ae832e160d1b873034efbb04ad94e1003d4143 (diff) |
fixed a bug in quickstart demo for XHTML compliance.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/quickstart/protected/controls/Layout.tpl | 2 | ||||
-rw-r--r-- | demos/quickstart/protected/controls/SampleLayout.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index 5f5d9c96..ed50954e 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<com:THead Title="PRADO QuickStart Tutorial">
-<meta http-equiv="Content-Type" content="text/html; charset="utf-8"/>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="content-language" content="en"/>
</com:THead>
diff --git a/demos/quickstart/protected/controls/SampleLayout.tpl b/demos/quickstart/protected/controls/SampleLayout.tpl index e13dca84..f4a1b887 100644 --- a/demos/quickstart/protected/controls/SampleLayout.tpl +++ b/demos/quickstart/protected/controls/SampleLayout.tpl @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<com:THead Title="PRADO QuickStart Sample">
-<meta http-equiv="Content-Type" content="text/html; charset="utf-8"/>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="content-language" content="en"/>
</com:THead>
|