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) {