diff --git a/js/tracker.js b/js/tracker.js
index dfb4d14..0834e4d 100644
--- a/js/tracker.js
+++ b/js/tracker.js
@@ -4025,7 +4025,7 @@ function updateRecoveryMarker(recovery) {
html += "
Time: "+formatDate(stringToDateUTC(recovery.datetime))+"
";
html += "Reported by: "+recovery.recovered_by+"
";
html += "Notes: "+$('
').text(recovery.description).html()+"
";
- html += "
";
+ html += "
";
html += "
";
@@ -4137,7 +4137,7 @@ function updateRecoveryPane(r){
html += "Time: "+formatDate(stringToDateUTC(r[i].datetime))+"
";
html += "Reported by: "+r[i].recovered_by+"
";
html += "Notes: "+$('
').text(r[i].description).html()+"
";
- html += "
";
+ html += "
";
html += "
";
html += "
";
}