From f0737c5b52373f262a4c8cfd25d4e1bb6ff33aee Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 13 Jan 2006 13:03:01 +0000 Subject: Move SafeHtml to 3rdParty/SafeHtml. Add TSafeHtml component. Change TTextBox::getText() to use SafeHtml --- tests/FunctionalTests/protected/pages/ViewSource.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/FunctionalTests/protected/pages/ViewSource.php (limited to 'tests/FunctionalTests/protected/pages/ViewSource.php') diff --git a/tests/FunctionalTests/protected/pages/ViewSource.php b/tests/FunctionalTests/protected/pages/ViewSource.php new file mode 100644 index 00000000..eeaf0f80 --- /dev/null +++ b/tests/FunctionalTests/protected/pages/ViewSource.php @@ -0,0 +1,12 @@ +Request->getParameter("source"); + var_dump($pageName); + } +} + +?> \ No newline at end of file -- cgit v1.2.3