Commit 0f330f61 by Alexander Kryklia

fix

parent e755ade1
...@@ -73,7 +73,7 @@ class GraphicalSliderToolModule(XModule): ...@@ -73,7 +73,7 @@ class GraphicalSliderToolModule(XModule):
plot_div = '<div class="{element_class}_plot" id="{element_id}_plot" \ plot_div = '<div class="{element_class}_plot" id="{element_id}_plot" \
style="{style}"></div>' style="{style}"></div>'
# extract css style from plot # extract css style from plot
plot_def = re.search(r'\<plot[^\$]*\>', html_string) plot_def = re.search(r'\$plot[^\$]*\$', html_string)
if plot_def: if plot_def:
plot_def = plot_def.group() plot_def = plot_def.group()
style = re.search(r'(?=[^\$]*style\=[\"\'](.*)[\"\'])', plot_def, style = re.search(r'(?=[^\$]*style\=[\"\'](.*)[\"\'])', plot_def,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment