Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Oct 8, 2024
1 parent 838f1ad commit db9c5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</ul>
</fieldset>
<input type="hidden" id="offset-input" name="offset" value="0"/>
<input type="hidden" id="max-input" name="max" value="${fn:esacpeXml(param.max)}"/>
<input type="hidden" id="max-input" name="max" value="${fn:escapeXml(param.max)}"/>
<input type="submit" id="filter-form-submit-button" value="Apply"/>
</form>
</s:filter-flyout-widget>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/setup/saved-signoff.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$("#group-select").val(${fn:escapeXml(param.groupId)});
$("#region-select").val(${fn:escapeXml(param.regionId)});
$("#filter-status-select").val(${fn:escapeXml(param.statusId)});
$("#component").val('${fn:esacpeXml(param.component)}');
$("#component").val('${fn:escapeXml(param.component)}');
});
</script>
</c:if>
Expand Down

0 comments on commit db9c5a9

Please sign in to comment.