From 9634494247093d5b313949137b2988ebad7efa4d Mon Sep 17 00:00:00 2001 From: labkey-matthewb Date: Mon, 12 Feb 2024 13:11:22 -0800 Subject: [PATCH] convert deprecated JspBase.text() to JspBase.unsafe() --- genotyping/src/org/labkey/genotyping/view/mySettings.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genotyping/src/org/labkey/genotyping/view/mySettings.jsp b/genotyping/src/org/labkey/genotyping/view/mySettings.jsp index 6f3c21d9..a19a6830 100644 --- a/genotyping/src/org/labkey/genotyping/view/mySettings.jsp +++ b/genotyping/src/org/labkey/genotyping/view/mySettings.jsp @@ -42,7 +42,7 @@ You need to provide a Galaxy web API key to send data from LabKey to your Galaxy server. Galaxy generates a unique web API key for each user and uses it to authorize every call to the Galaxy web API. You can find or - generate a key by logging into Galaxy and visiting <%=text(preferencesHTML)%>. Copy the 32-character hexadecimal + generate a key by logging into Galaxy and visiting <%=unsafe(preferencesHTML)%>. Copy the 32-character hexadecimal string and paste it in the box below.