diff --git a/common/lib/xmodule/xmodule/gst_module.py b/common/lib/xmodule/xmodule/gst_module.py index b5d1c69368..33449dece6 100644 --- a/common/lib/xmodule/xmodule/gst_module.py +++ b/common/lib/xmodule/xmodule/gst_module.py @@ -73,7 +73,7 @@ class GraphicalSliderToolModule(XModule): plot_div = '
' # extract css style from plot - plot_def = re.search(r'\', html_string) + plot_def = re.search(r'\$plot[^\$]*\$', html_string) if plot_def: plot_def = plot_def.group() style = re.search(r'(?=[^\$]*style\=[\"\'](.*)[\"\'])', plot_def,