r2659 vs r2660
......
158158
}}}{{{#!if !(isCategory || isLink)
159159
{{{#!if href = 'https://theseed.io/w/'+href
160160
}}}
161
}}}{{{#!if input = input.substring(0, linkOpen) + '<div style="display: inline-table"><div style="overflow: hidden"><div style="margin-left: -1.2em"><a href="' + href + '"><div style="color: ' + linkColor + '">' + linkPrint + '</div></a></div></div></div>' + input.substring(linkClose + 2)
161
}}}{{{#!if input = input.substring(0, linkOpen) + '<div style="display: inline-table"><div style="overflow: hidden"><div style="margin-left: -1.2em"><a href="' + href + '">' + linkPrint + '</div></a></div></div></div>' + input.substring(linkClose + 2)
162162
}}}
163163
}}}
164164
......