Module:Navbar: Difference between revisions

10 bytes added ,  11 years ago
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


Anonymous user