From 725737023221b43d5dbccad3e9dd60575a4324ec Mon Sep 17 00:00:00 2001 From: Artem Daniliants Date: Wed, 28 Apr 2010 12:47:30 +0300 Subject: [PATCH] Fixed tiny bug. Forgot to add " --- Server/application/views/api/results.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/application/views/api/results.php b/Server/application/views/api/results.php index 01ab1a8..6d0592a 100644 --- a/Server/application/views/api/results.php +++ b/Server/application/views/api/results.php @@ -1,5 +1,5 @@ xml version="1.0" encoding="utf-8" "; ?> - value="value; ?>" /> - \ No newline at end of file + value="value; ?>" /> + -- 1.7.9.5