Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Dec 14, 2024
1 parent 58958ab commit 42d1332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/dataset-versions.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
#{bundle['file.dataFilesTab.versions.description.deaccessionedReason']} #{versionTab.deaccessionNote}
<ui:fragment rendered="#{!empty versionTab.deaccessionLink}">#{bundle['file.dataFilesTab.versions.description.beAccessedAt']}
<h:outputLink rendered="#{versionTab.deaccessionLinkAsURLString ne null}" value="#{versionTab.deaccessionLinkAsURLString}" target="_blank">#{versionTab.deaccessionLink}</h:outputLink>
<h:outputText rendered={#versionTab.deaccessionLinkAsURLString eq null}" value="#{versionTab.deaccessionLink}"/>
<h:outputText rendered="#{versionTab.deaccessionLinkAsURLString eq null}" value="#{versionTab.deaccessionLink}"/>
</ui:fragment>
</ui:fragment>
</ui:fragment>
Expand Down

0 comments on commit 42d1332

Please sign in to comment.