Module:Sourcrowd: Difference between revisions

Content added Content deleted
(modify)
(update)
Line 24: Line 24:
local prefix
local prefix
if ctype then
if ctype then
prefix = "&#x"
prefix = '&#x'
else
else
prefix = "%\u"
prefix = '%\u'
end
end
prefix = prefix+"5B"
prefix = "[prefix]5B"
return prefix
return prefix