47,726
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
No edit summary |
No edit summary |
||
Line 351: | Line 351: | ||
if not link.target then | if not link.target then | ||
link.target = target | link.target = target | ||
link.display = target | link.display = target | ||
end | end | ||
link.display = link.display:gsub("^%*", "") | |||
-- There's no point in processing these, as they aren't real links. | -- There's no point in processing these, as they aren't real links. | ||
local target_lower = link.target:lower() | local target_lower = link.target:lower() |