diff --git a/src/main/webapp/file.xhtml b/src/main/webapp/file.xhtml
index 885a116ec58..2ee9892abbb 100644
--- a/src/main/webapp/file.xhtml
+++ b/src/main/webapp/file.xhtml
@@ -566,7 +566,7 @@
#{bundle['file.metadataTab.fileMetadata.publicationDate.label']}
|
- #{(empty FilePage.file.embargo) and !(empty FilePage.file.released) and !(empty FilePage.file.retention) ? ''.concat(FilePage.file.publicationDateFormattedYYYYMMDD).concat('; ') : ''}
+ | #{(empty FilePage.file.embargo) and FilePage.file.released and !(empty FilePage.file.retention) ? ''.concat(FilePage.file.publicationDateFormattedYYYYMMDD).concat('; ') : ''}
#{!(empty FilePage.file.embargo) ? ''.concat(FilePage.embargoPhrase).concat(' ').concat(FilePage.file.embargo.dateAvailable) : ''}
#{!(empty FilePage.file.embargo) and !(empty FilePage.file.retention) ? '; ': ''}
#{!(empty FilePage.file.retention) ? ''.concat(FilePage.retentionPhrase)
|