X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/c07bef148aa59e35fe84e0c0cc8acff2cb5c6ee5..1d2ed435b83b7f428e0615f7a78e21e8672c3c75:/forum/skins/default/templates/question_edit.html?ds=inline diff --git a/forum/skins/default/templates/question_edit.html b/forum/skins/default/templates/question_edit.html index 69bf688..9d7a6cd 100644 --- a/forum/skins/default/templates/question_edit.html +++ b/forum/skins/default/templates/question_edit.html @@ -41,11 +41,11 @@ return row.n; }*/ formatItem: function(row, i, max, value) { - return row[1].split(".")[0] + " (" + row[1].split(".")[1] + ")"; + return row[1] + " (" + row[2] + ")"; }, formatResult: function(row, i, max, value){ - return row[0]; + return row[1]; } }); @@ -116,6 +116,7 @@