summaryrefslogtreecommitdiff
path: root/src/editor/simple/editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor/simple/editor.js')
-rw-r--r--src/editor/simple/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor/simple/editor.js b/src/editor/simple/editor.js
index f6e47fc5d..30e989940 100644
--- a/src/editor/simple/editor.js
+++ b/src/editor/simple/editor.js
@@ -168,7 +168,7 @@ function add_concrete(g,el) {
:"scratch";
file.appendChild(p(text("You are about to create a new concrete syntax by starting from "+from+".")));
file.appendChild(p(text("Pick a language for the new concrete syntax:")));
- file.appendChild(node("ul",{class:"languages"},list));
+ file.appendChild(node("ul",{"class":"languages"},list));
}
function new_concrete(code) {