From 22edd15606b0f96e176777c9c1f43e0bdfab4039 Mon Sep 17 00:00:00 2001 From: Artem Daniliants Date: Thu, 20 May 2010 13:57:20 +0300 Subject: [PATCH] Fixed typo --- 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 598eed3..8d6c503 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 261fb04..b41e533 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