mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
gfse: fix a problem in browsers where "class" is a reserved keyword
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user