summaryrefslogtreecommitdiff
path: root/src/www/gfse/example_based.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/www/gfse/example_based.js')
-rw-r--r--src/www/gfse/example_based.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/www/gfse/example_based.js b/src/www/gfse/example_based.js
index 285344e39..bcdf110af 100644
--- a/src/www/gfse/example_based.js
+++ b/src/www/gfse/example_based.js
@@ -186,5 +186,5 @@ function exb_linbuttons(g,ci,f) {
var exb_output=node("span",{"class":"exb_output"},[]);
buttons.push(exb_output)
}
- return buttons
+ return node("span",{"class":"exb_linbuttons"},buttons)
}