48,355
edits
No edit summary |
No edit summary |
||
| Line 414: | Line 414: | ||
if not link then return capture end | if not link then return capture end | ||
if all_reconstructed and not link.target:find("^%*") then | if all_reconstructed and not link.target:find("^[%*%?]") then | ||
link.target = "*" .. link.target | link.target = "*" .. link.target | ||
end | end | ||