From a59242d04187a2e7f9f5934d4293beacf3a7411b Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 6 Sep 2015 16:46:25 -0500 Subject: [PATCH] Fix regression. --- tfdclerk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfdclerk.js b/tfdclerk.js index 78d0c65..3150bb8 100644 --- a/tfdclerk.js +++ b/tfdclerk.js @@ -390,7 +390,7 @@ TFD.prototype._build_close_results = function() { }); var other = elems.children().last(); - other.find("span").css("margin", "0 0.25em"); + other.find("span").text("Other:").css("margin", "0 0.25em"); other.append($("", { name: "result-other", type: "text"