diff --git a/js/indicia.datacomponents/jquery.idc.esDownload.js b/js/indicia.datacomponents/jquery.idc.esDownload.js index ff9d733c..e53406b8 100644 --- a/js/indicia.datacomponents/jquery.idc.esDownload.js +++ b/js/indicia.datacomponents/jquery.idc.esDownload.js @@ -162,7 +162,7 @@ $(el).find('.idc-download-files').append('
' + '' + 'Download .zip file
' + description + - 'Available until ' + hours + ':' + minutes + '
'); + 'Available until ' + hours + ':' + minutes + '.'); $(el).find('.idc-download-files').fadeIn('med'); } }