We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 010fd28 + 685e8bb commit 3afaad4Copy full SHA for 3afaad4
2 files changed
laboratory/src/org/labkey/laboratory/view/dataBrowser.jsp
@@ -32,7 +32,7 @@
32
String wpId = "wp_" + me.getWebPartRowId();
33
%>
34
35
-<div id=<%=q(wpId)%>></div>
+<div id="<%=h(wpId)%>"></div>
36
37
<script type="text/javascript">
38
Ext4.onReady(function(){
laboratory/src/org/labkey/laboratory/view/workbookHeader.jsp
@@ -47,7 +47,7 @@
47
}
48
</style>
49
50
51
52
53
0 commit comments