From: jordan Date: Wed, 29 Dec 2010 21:39:09 +0000 (+0000) Subject: Bugfix for OSQA-479 in the question_retag.html template. X-Git-Tag: live~481 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/93aa3d97dc752c3d5f0c65ac5710753a4dcf3b2c Bugfix for OSQA-479 in the question_retag.html template. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@653 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/question_retag.html b/forum/skins/default/templates/question_retag.html index c40037b..fdcffd0 100644 --- a/forum/skins/default/templates/question_retag.html +++ b/forum/skins/default/templates/question_retag.html @@ -22,7 +22,7 @@ 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){