From 535e68f9e3d8a2342fe7ed949e3ae6779bd9c95f Mon Sep 17 00:00:00 2001 From: hangaebal Date: Mon, 9 May 2016 23:31:29 +0900 Subject: [PATCH] Fix Claim Certificates - Challenges - Text Rendering Issues --- client/commonFramework/step-challenge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/commonFramework/step-challenge.js b/client/commonFramework/step-challenge.js index f70bc469bb..97a19754d3 100644 --- a/client/commonFramework/step-challenge.js +++ b/client/commonFramework/step-challenge.js @@ -125,7 +125,7 @@ window.common = (function({ $, common = { init: [] }}) { // assume api returns string when fails return $el.parent() .find('.disabled') - .replaceWith('

' + data + '

'); + .replaceWith('

' + data + '

'); }) .fail(function() { console.log('failed');