Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-matthewb committed Jan 16, 2024
1 parent 3dfebca commit 78439fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/org/labkey/api/util/JavaScriptFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class JavaScriptFragment implements SafeToRender
if (null == s)
return JavaScriptFragment.NULL;
var js = PageFlowUtil.jsString(s);
assert !StringUtils.contains(s, "</");
assert !StringUtils.contains(js, "</");
return new JavaScriptFragment(js);
}

Expand Down

0 comments on commit 78439fb

Please sign in to comment.