Skip to content

Commit

Permalink
Remove empty filename condition (#8436)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjmchugh authored Oct 16, 2024
1 parent eb1a2e9 commit 8c1636f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<xsl:variable name="position" select="count(//gmd:graphicOverview[current() >> .]) + 1" />

<xsl:if test="not(
gmd:MD_BrowseGraphic[gmd:fileName/gco:CharacterString != ''] and
($resourceIdx = '' or $position = xs:integer($resourceIdx)) and
($resourceHash != '' or ($thumbnail_url != null and (normalize-space(gmd:MD_BrowseGraphic/gmd:fileName/gco:CharacterString) = normalize-space($thumbnail_url))))
and ($resourceHash = '' or digestUtils:md5Hex(normalize-space(.)) = $resourceHash)
Expand Down

0 comments on commit 8c1636f

Please sign in to comment.