Skip to content

Commit b1c4918

Browse files
Merge 23.11 to 24.1
2 parents c95ba94 + de2195f commit b1c4918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blast/src/org/labkey/blast/view/jobDetails.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@
197197
198198
</script>
199199

200-
<div id=<%=q(h(renderTarget))%>></div>
201-
<div id=<%=q(h(renderTarget + "_results"))%>>
200+
<div id="<%=h(renderTarget)%>"></div>
201+
<div id="<%=h(renderTarget + "_results")%>">
202202
<%
203203
if (job.isHasRun())
204204
{

0 commit comments

Comments
 (0)