Skip to content

Commit 6ad5d15

Browse files
HtmlView.unsafe()
1 parent 50ce45b commit 6ad5d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/src/org/labkey/cluster/ClusterController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public URLHelper getSuccessURL(Object form)
8888
@Override
8989
public ModelAndView getConfirmView(Object form, BindException errors) throws Exception
9090
{
91-
return HtmlView.of("This will run a very simple test pipeline job against all configured cluster engines. This is designed to help make sure your site's configuration is functional. Do you want to continue?<br><br>");
91+
return HtmlView.unsafe("This will run a very simple test pipeline job against all configured cluster engines. This is designed to help make sure your site's configuration is functional. Do you want to continue?<br><br>");
9292
}
9393

9494
@Override

0 commit comments

Comments
 (0)