Skip to content

Commit

Permalink
!fixup Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp committed Nov 30, 2023
1 parent 7366282 commit 601f204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/main/webapp/xslt/common/index-utils.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,10 @@

<xsl:param name="v" as="xs:string?" />
<xsl:choose>
<xsl:when test="normalize-space($v) = ''"></xsl:when>
<xsl:otherwise>
<xsl:value-of select="util:escapeForJson($v)" />
</xsl:otherwise>
<xsl:when test="normalize-space($v) = ''"></xsl:when>
<xsl:otherwise>
<xsl:value-of select="util:escapeForJson($v)" />
</xsl:otherwise>
</xsl:choose>
</xsl:function>

Expand Down

0 comments on commit 601f204

Please sign in to comment.