Skip to content
Snippets Groups Projects
Commit becbaf29 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

tewak for liste over ordklasser

parent 2ed959ed
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ var group_list = function(grps) {
}
})
})
return Array.from(grp_collection).join('; ')
return Array.from(grp_collection).join(' - ')
}
export default { group_list}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment