| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-10-16 18:10:58 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-10-16 18:10:58 +0200 | 
| commit | ebbfea0ecadf6d6278464ce1010beedb42a555bf (patch) | |
| tree | c90298830e8999adfb5f97d2e3be044baafd2803 /glyph | |
| parent | 1bacb836f9f005a6e2ff7d8e220e3e39ff5aa1e2 (diff) | |
Use strings in the JSON also.
Diffstat (limited to 'glyph')
| -rw-r--r-- | glyph/global.m4.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/glyph/global.m4.conf b/glyph/global.m4.conf index e1e6b26..ccb601f 100644 --- a/glyph/global.m4.conf +++ b/glyph/global.m4.conf @@ -21,7 +21,7 @@ m4_dnl  m4_dnl  m4_define(`__GLYPH_JSON_STYLE',`   {        "msg": "add_glyph", -      "id": $1, +      "id": "$1",        "nam": "$2",        "omni": __OMNIMODS($3, $4, $5, $6)     }, | 


