Skip to content

Commit 3afaad4

Browse files
Merge pull request #175 from LabKey/23.7_fb_q_to_h
replace usages of q() with h() where appropriate
2 parents 010fd28 + 685e8bb commit 3afaad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

laboratory/src/org/labkey/laboratory/view/dataBrowser.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
String wpId = "wp_" + me.getWebPartRowId();
3333
%>
3434

35-
<div id=<%=q(wpId)%>></div>
35+
<div id="<%=h(wpId)%>"></div>
3636

3737
<script type="text/javascript">
3838
Ext4.onReady(function(){

laboratory/src/org/labkey/laboratory/view/workbookHeader.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848
</style>
4949

50-
<div id=<%=q(wpId)%>></div>
50+
<div id="<%=h(wpId)%>"></div>
5151

5252
<script type="text/javascript">
5353
Ext4.onReady(function(){

0 commit comments

Comments
 (0)