From 3b280cf0fdb3b08ab91a32e491f73bdb0ee2c96c Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 13 Feb 2011 12:34:09 +0000 Subject: Fixed #2218 finished up the encoding issues by turning of double encoding git-svn-id: http://code.elgg.org/elgg/trunk@8199 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/output/radio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/output/radio.php') diff --git a/views/default/output/radio.php b/views/default/output/radio.php index dd3198b6d..0fae9977b 100644 --- a/views/default/output/radio.php +++ b/views/default/output/radio.php @@ -10,4 +10,4 @@ * */ -echo elgg_view('output/text',$vars); \ No newline at end of file +echo elgg_view('output/text', $vars); \ No newline at end of file -- cgit v1.2.3