summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/www/gfse/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js
index 4e3630af0..42638090c 100644
--- a/src/www/gfse/editor.js
+++ b/src/www/gfse/editor.js
@@ -832,7 +832,7 @@ function draw_abstract(g) {
}
function draw_comment(g) {
- return div_class("comment",editable("span",text(g.comment || ""),g,edit_comment,"Edit grammar description"));
+ return div_class("comment",editable("span",text(g.comment || "…"),g,edit_comment,"Edit grammar description"));
}
function module_name(g,ix) {