From 275f55cbfeb612581071f0190a379ee23275fd31 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Wed, 28 Jan 2015 15:36:13 -0600 Subject: [PATCH] Removed extra space --- public/js/controllers/inventoryCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/controllers/inventoryCtrl.js b/public/js/controllers/inventoryCtrl.js index 4fe7fa8da0..411359ebc4 100644 --- a/public/js/controllers/inventoryCtrl.js +++ b/public/js/controllers/inventoryCtrl.js @@ -162,7 +162,7 @@ habitrpg.controller("InventoryCtrl", $scope.questPopover = function(quest) { var text = ''; if(quest.boss) { - text += '**' + window.env.t('bossHP') + ':** ' + quest.boss.hp + ' \n\n'; + text += '**' + window.env.t('bossHP') + ':** ' + quest.boss.hp + '\n\n'; text += '**' + window.env.t('bossStrength') + ':** ' + quest.boss.str + '\n\n'; } else if(quest.collect) { var count = 0;