diff --git a/js/tides.js b/js/tides.js index a7be2ae..5a599bc 100644 --- a/js/tides.js +++ b/js/tides.js @@ -128,7 +128,7 @@ output = '
'; output += 'WATER'; - output += '
'; + output += '
'; output += parseFloat(temp[0].v).toFixed(1) + '°F'; output += '
'; output += parseFloat(Math.round((temp[0].v - 32) * 5 / 9 * 10) / 10).toFixed(1) + '°C';