From bf2f0bf85ff9cc287b69fa8a2a67e735ffee130b Mon Sep 17 00:00:00 2001 From: garbash Date: Thu, 7 Aug 2014 14:55:04 +0300 Subject: fixed linebreak in infobox with dates --- scripts/rhizicore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index 15f363f8..481a8ed7 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -777,7 +777,7 @@ function showInfo(d, i) { $('.info').fadeIn(300); if (d.type === "deliverable") { - $('.info').html('Name: ' + d.id + '


'); + $('.info').html('Name: ' + d.id + '




'); } else { $('.info').html('Name: ' + d.id + '


'); } -- cgit v1.3.1