diff options
Diffstat (limited to 'tests/FunctionalTests/protected/pages/Layout.tpl')
-rw-r--r-- | tests/FunctionalTests/protected/pages/Layout.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/FunctionalTests/protected/pages/Layout.tpl b/tests/FunctionalTests/protected/pages/Layout.tpl index 8fd64429..d58acd5d 100644 --- a/tests/FunctionalTests/protected/pages/Layout.tpl +++ b/tests/FunctionalTests/protected/pages/Layout.tpl @@ -20,9 +20,10 @@ </style>
</com:THead>
<body>
-
+<com:TForm>
<com:TContentPlaceHolder ID="Content" />
-
+<com:TJavascriptLogger />
+</com:TForm>
<div class="w3c">
<a href="http://validator.w3.org/check?uri=referer">
Validate XHTML 1.0
|