Content deleted Content added
No edit summary |
|||
Line 593:
if args.name then
if line and line.title then
return icon .. " " .. line.title▼
end▼
return line.title▼
end
end▼
end
end
Line 654 ⟶ 648:
if args.name then
if line and line.title then
if icon then
return icon .. " " .. line.title if icon then
end
return
end
return icon
|