Skip to content

Commit de2195f

Browse files
committed
Merge 23.7 to 23.11
# Conflicts: # blast/src/org/labkey/blast/view/jobDetails.jsp
2 parents dca3469 + 8b25d20 commit de2195f

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)