From bc1d6f9488927df30b7695d39c6f9189c6ae7f46 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 11 Dec 2015 15:45:03 +0100 Subject: cosmetics --- js/lfpe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/lfpe.js b/js/lfpe.js index 9e7b9af..154e813 100644 --- a/js/lfpe.js +++ b/js/lfpe.js @@ -225,7 +225,7 @@ function Next() //$("#oov_form").css("display", "none"); $("#oov_form").toggle("blind"); $("#next").val("Next"); - send_data["correct"] = src.join("\t") + " ||| " + tgt.join("\t"); + send_data["correct"] = src.join("\t") + " ||| " + tgt.join("\t"); //next_url += "&correct="+encodeURIComponent(src.join("\t")) //+"%20%7C%7C%7C%20"+encodeURIComponent(tgt.join("\t")) // ??? -- cgit v1.2.3