fix in xact

This commit is contained in:
p.kosyh 2010-06-26 19:27:15 +00:00
parent 46048f9f19
commit d404b623c9

View file

@ -93,6 +93,7 @@ do_xact = function(self, str)
return xref(d, ref(oo), unpack(aarg));
end
if type(str) ~= 'string' then return end
me():tag()
local s = stead.string.gsub(str,'{[^}]+}', xrefrep);
return s;
end