From c0ac3229cd181acc5e705e7473e6b9535c30cbe1 Mon Sep 17 00:00:00 2001 From: Artem Daniliants Date: Tue, 25 May 2010 14:59:39 +0300 Subject: [PATCH] Fixed CDATA issue --- Server/application/views/api/user_info.php | 2 +- Server/application/views/api/user_list.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/application/views/api/user_info.php b/Server/application/views/api/user_info.php index 8d6c503..ce54d3e 100644 --- a/Server/application/views/api/user_info.php +++ b/Server/application/views/api/user_info.php @@ -1,3 +1,3 @@ '; ?> - /> \ No newline at end of file + /> \ No newline at end of file diff --git a/Server/application/views/api/user_list.php b/Server/application/views/api/user_list.php index b41e533..2b0a335 100644 --- a/Server/application/views/api/user_list.php +++ b/Server/application/views/api/user_list.php @@ -2,7 +2,7 @@ 0) foreach($list as $user){ ?> - /> + /> \ No newline at end of file -- 1.7.9.5