Update Note_Write_Helper.xml

master
AardCrowley 2 years ago committed by GitHub
parent 2e0774f25b
commit d4f549c5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ returns
<script>
<![CDATA[
if not type(string.split) == "function" then
if type(string.split) ~= "function" then
require 'string_split'
end

Loading…
Cancel
Save