Skip to content

Commit 4d25f38

Browse files
fix usage of out.print()
1 parent 528a8f4 commit 4d25f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

experiment/src/org/labkey/experiment/controllers/exp/experimentRunGraphView.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
}
7070
catch (ExecuteException e)
7171
{
72-
out.print("<p>Error rendering graph</p>");
72+
%><p class="labkey-error">Error rendering graph</p><%
7373
}
7474
7575
if (isSummaryView)

0 commit comments

Comments
 (0)