Module:Navbar: Difference between revisions
return an html string instead of an htmlbuilder
m>Toohool (navbar code split from Module:Navbox) |
m>Toohool (return an html string instead of an htmlbuilder) |
||
Line 113: | Line 113: | ||
end | end | ||
return div | return tostring(div) | ||
end | end | ||