Skip to content

Commit

Permalink
Improve syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Feb 29, 2024
1 parent 6a342be commit 7f2a4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kitodo/src/main/webapp/pages/metadataEditor.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
value="#{selectedGalleryMediaContent.getMediaPartial()}"/>
<h:outputText styleClass="columnHeading mediaPartialHeading"
value="(#{msgs.start}:#{mediaPartial.begin}, #{msgs.duration}:#{mediaPartial.extent})"
rendered="#{selectedGalleryMediaContent.isMediaPartial() and mediaPartial not null}"
rendered="#{selectedGalleryMediaContent.isMediaPartial() and mediaPartial ne null}"
a:data-media-partial-start="#{mediaPartial.begin}"
a:data-media-partial-duration="#{mediaPartial.extent}"/>
</ui:fragment>
Expand Down

0 comments on commit 7f2a4d1

Please sign in to comment.