summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/pages/Layout.tpl
diff options
context:
space:
mode:
authorwei <>2006-01-15 11:04:00 +0000
committerwei <>2006-01-15 11:04:00 +0000
commitabc5bbd9c771dcecfa41ba3590cce1c1ef190cdd (patch)
tree45884a9f15efb190144165d50f79bab6fa914494 /tests/FunctionalTests/protected/pages/Layout.tpl
parent5af330b442f15be0f0535a9e3c053b8e6eb5a202 (diff)
Diffstat (limited to 'tests/FunctionalTests/protected/pages/Layout.tpl')
-rw-r--r--tests/FunctionalTests/protected/pages/Layout.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/protected/pages/Layout.tpl b/tests/FunctionalTests/protected/pages/Layout.tpl
index 36fabe71..9a798b3c 100644
--- a/tests/FunctionalTests/protected/pages/Layout.tpl
+++ b/tests/FunctionalTests/protected/pages/Layout.tpl
@@ -27,7 +27,7 @@
<a href="http://validator.w3.org/check?uri=referer">
Validate XHTML 1.0
</a>
-<a href="?page=ViewSource&amp;source=<%= $this->Request->ServiceParameter %>"
+<a href="?page=ViewSource&amp;path=<%= str_replace('.','/', $this->Request->ServiceParameter) %>.page"
style="margin: 0 1em;"
onclick="window.open(this.href); return false;"
onkeypress="window.open(this.href); return false;">View Source</a>