problem with tabs on a certain code :(

Posted 1 year, 5 months ago by inukoinu_k9

tabs on other codes i've used were completely fine except for this one (it's a really cool code!)

original code 4Pxdt8I.png

on toyhouse uuDZoF1.png

on live editor CJyQbVK.png

notice it yet?

circlejourney

Hi - I just checked and it looks like the issue is because the <ul> element isn't properly closed! Toyhouse's backend is smart enough to process the code and implicitly close elements when they're missing a closing tag, but the code editor doesn't have that functionality. So the ul looks broken on the editor.

Try adding a </ul> after the last nav <li> element (#trivia), that seems to fix it for me!

inukoinu_k9

ayo, it worked! thanks, circlejourney!