Skip to content

Commit 310e349

Browse files
replace usages of q() with h() where appropriate
1 parent 0b2f6e7 commit 310e349

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
@@ -196,8 +196,8 @@
196196
197197
</script>
198198

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

0 commit comments

Comments
 (0)