Content deleted Content added
Tom.Reding (talk | contribs) m Only rem ws when there is no description |
Tom.Reding (talk | contribs) and a side box exists |
||
Line 526:
if description and description ~= '' then
header = header .. description
elseif commons or wikispecies then
header = mw.ustring.gsub(header, '<br ?/?>', '')
end
if toc then header = header .. '<br />' .. toc end
|