From ec770c28404cad80b3f819c686e1bb1b881a59c9 Mon Sep 17 00:00:00 2001 From: Darren Date: Sat, 17 Sep 2011 18:19:42 +0100 Subject: [PATCH] Reverting back to standard topic formatting --- js/front.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/front.js b/js/front.js index b699f7c..eefed56 100644 --- a/js/front.js +++ b/js/front.js @@ -1130,7 +1130,7 @@ kiwi.front = { setTopicText: function (new_topic) { kiwi.front.original_topic = new_topic; - $('#kiwi .cur_topic .topic').text(kiwi.front.format(new_topic)); + $('#kiwi .cur_topic .topic').text(new_topic); kiwi.front.doLayoutSize(); }, -- 2.25.1