Skip to content

Commit c5dfecf

Browse files
convert deprecated JspBase.text() to JspBase.unsafe() (#135)
1 parent 34d466e commit c5dfecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genotyping/src/org/labkey/genotyping/view/mySettings.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<td colspan="2" width="600px">
4343
You need to provide a Galaxy web API key to send data from LabKey to your Galaxy server. Galaxy generates a
4444
unique web API key for each user and uses it to authorize every call to the Galaxy web API. You can find or
45-
generate a key by logging into Galaxy and visiting <%=text(preferencesHTML)%>. Copy the 32-character hexadecimal
45+
generate a key by logging into Galaxy and visiting <%=unsafe(preferencesHTML)%>. Copy the 32-character hexadecimal
4646
string and paste it in the box below.
4747
</td>
4848
<tr><td>&nbsp;</td></tr>

0 commit comments

Comments
 (0)