summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorxue <>2006-05-18 15:26:57 +0000
committerxue <>2006-05-18 15:26:57 +0000
commitc39b7e37262b22ff2641e840fa22fc139ab2368b (patch)
treeed6173c61d41954049210ba28aa54aae843ac025 /demos
parent9f34aa1cfd8d34d23e76d2717bad22394813bbdf (diff)
Fix for non-XHTML compliance.
Diffstat (limited to 'demos')
-rw-r--r--demos/quickstart/protected/controls/Layout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/controls/Layout.php b/demos/quickstart/protected/controls/Layout.php
index d58cabfa..7c2cbd85 100644
--- a/demos/quickstart/protected/controls/Layout.php
+++ b/demos/quickstart/protected/controls/Layout.php
@@ -16,7 +16,7 @@ class Layout extends TTemplateControl
if(strpos($url,'?')===false)
$url.='?notheme=true';
else
- $url.='&notheme=true';
+ $url.='&amp;notheme=true';
$this->PrinterLink->NavigateUrl=$url;
if(isset($this->Request['notheme']))