• Resolved sparklogix

    (@mybenson)


    I really don’t know where to start. I was adding some widgets to the footer, when I realized that the first widget’s header was appearing to be a link. When I looked it up on Firebug, this is what the code looked like:

    <div id="wrap">
    </div>
    <script src="https://www.fairtaxmn.org/nfwiu54wre/wp-includes/js/jquery/jquery.form.js?ver=2.02m" type="text/javascript">
    </script>
    <script src="https://www.fairtaxmn.org/nfwiu54wre/wp-content/plugins/contact-form-7/contact-form-7.js?ver=2.0.7" type="text/javascript">
    </script>
    <a> </a>
    <div id="footer">
    <a> </a>
    <div id="foot">
    <a> </a>
    <div id="widgets">
    <a> </a>
    <div class="grid_3">
    <h3>
    <a _moz-rs-heading="">External Resources</a>
    </h3>
    <a> </a>
    <div class="textwidget">

    I have no clue where all those <a> tags are coming from, or why that first h3 header is having that tag attached to it. I can’t seem to find an answer on Google and was hoping someone on here has run across this.

    The answers on Google seem to indicate a problem when the <a> tags are around a group, but I don’t have any link tags around my footer headlines. Any thoughts?

Viewing 1 replies (of 1 total)
  • Thread Starter sparklogix

    (@mybenson)

    Fixed it. For anyone else who comes across this, it was really quite easy, once I figured out what to look for.

    I did a quick validation and found some <a> tags that were wrong. rather than ending the tag with </a>, I was ending it was <a>. Whoops. Lesson learned.

Viewing 1 replies (of 1 total)
  • The topic ‘<_moz-rs-heading> being added out of nowhere?’ is closed to new replies.