I am getting a weird error on my page where extra "expandable lists" show up. When inspecting with firebug it is clear that this is caused by extra code in the html. However, when I view page source the offending code is not there and everything is lined up and nice and neat. To verify which is correct I checked my PHP and its is definitely not outputting any extra code. (page works fine in IE and Safari)
Webpage - http://bookscrooge.com/response.php?select=spring09&CRN1=2&CRN2=3&CRN3=4&CRN4=5&CRN5=6&CRN6=7 Recap: Firebug / actual page show the error Page source / PHP show no errors What Firebug shows [CODE] <a class="expanded" href="#"> </a> <div class="subheader"> ... </div> <a class="collapsed" href="#"> </a> <ul style="display: none;"> .... </ul> [/CODE] What page source shows and what it should be: [CODE] <a class="collapsed" href="#"> </a> <ul style="display: none;"> .... </ul> [/CODE] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
