Skip to content

Commit

Permalink
Merge 24.1 to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Jan 17, 2024
2 parents bf12f25 + f352e44 commit 3680d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dumbster/src/org/labkey/dumbster/view/mailWebPart.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function toggleRecorder(checkbox)
}
</script>
<!--Fake data region for ease of testing.-->
<table id=<%=q(emailRegion.getDomId())%> lk-region-name=<%=q(emailRegion.getName())%> class="labkey-data-region-legacy labkey-show-borders">
<table id="<%=h(emailRegion.getDomId())%>" lk-region-name="<%=h(emailRegion.getName())%>" class="labkey-data-region-legacy labkey-show-borders">
<colgroup><col width="120"/><col width="120"/><col width="125"/><col width="400"></colgroup>
<!-- hidden TRs where the header region and message box would normally be in a real data region -->
<tr style="display:none"><td colspan="5">&nbsp;</td></tr>
Expand Down Expand Up @@ -209,7 +209,7 @@ function toggleRecorder(checkbox)
}
}
%>
<tr id=<%=q(renderId)%> style="display: <%=unsafe(messages.length > 0 ? "none" : "")%>;"><td colspan="6">No email recorded.</td></tr>
<tr id="<%=h(renderId)%>" style="display: <%=unsafe(messages.length > 0 ? "none" : "")%>;"><td colspan="6">No email recorded.</td></tr>
</table>
<%
if (getUser().hasRootAdminPermission())
Expand Down

0 comments on commit 3680d81

Please sign in to comment.