From 51db556efe9d3c2c3cdd062eff54de81c0593190 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Tue, 18 Dec 2012 15:58:26 +0200 Subject: [PATCH] now converts gt to > in function body --- .../lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js b/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js index 2357b706d5..05ff88e0f0 100644 --- a/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js +++ b/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js @@ -266,7 +266,7 @@ define('Graph', ['logme'], function (logme) { if (typeof funcString !== 'string') { return; } - + funcString = $('
').html(funcString).text(); // Some defaults. If no options are set for the graph, we will // make sure that at least a line is drawn for a function. newFunctionObject = {