From 5a293527785055b9a183d98385601f144c92f53b Mon Sep 17 00:00:00 2001 From: Balasankar C Date: Fri, 8 Sep 2017 12:18:51 +0530 Subject: [PATCH] Make syllables comma separated --- libindic/syllabifier/templates/syllabifier.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libindic/syllabifier/templates/syllabifier.html b/libindic/syllabifier/templates/syllabifier.html index 979aad0..147d492 100644 --- a/libindic/syllabifier/templates/syllabifier.html +++ b/libindic/syllabifier/templates/syllabifier.html @@ -30,7 +30,7 @@ }, success: function(msg) { id_progress.hide(); - id_result.html(msg.result).show(); + id_result.html(msg.result.join()).show(); }, error: function(msg) {