Skip to content

Commit

Permalink
fixed an equals statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Anno van Vliet committed Sep 10, 2024
1 parent 66d39b3 commit 4b4fd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/httpfileupload-settings.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
</fmt:message>
</p>

<c:if test="${not announcedAddress eq calculatedAddress}">
<c:if test="${not (announcedAddress eq calculatedAddress)}">
<div class="warning">
<fmt:message key="${isCluster ? 'httpfileupload.settings.logs.link.cluster' : (isEncrypted ? 'httpfileupload.settings.logs.link.secure' : 'httpfileupload.settings.logs.link.unsecure' )}">
<fmt:param><c:out value="${calculatedAddress}"/></fmt:param>
Expand Down

0 comments on commit 4b4fd08

Please sign in to comment.