Error parsing XML, line 3147, column 2: The markup in the document following the root element must be well-formed [closed]

1

I'm making some changes to a blog and this error appears when I try to save. The line where he talks about the error is the second one.

<!--Copyright-->
<div id='copyrights'> 
<div class='margin-1200'>
  <p>Coprights @ 2016, <a href='http://www.templateism.com' id='mycontent'>Blogger Template</a> Designed By Templateism | <a href='https://templatelib.com'>Templatelib</a></p>
  </div>  
</div>


<script>(function(d,e,s){if(d.getElementById(&quot;likebtn_wjs&quot;))return;a=d.createElement(e);m=d.getElementsByTagName(e)[0];a.async=1;a.id=&quot;likebtn_wjs&quot;;a.src=s;m.parentNode.insertBefore(a, m)})(document,&quot;script&quot;,&quot;//w.likebtn.com/js/w/widget.js&quot;);</script>
  </div>
</body>
</html>

What do I have to do to make my mistake go away? I do not know anything about html, so who can help me, thank you.

    
asked by anonymous 26.06.2016 / 03:19

1 answer

0

@Maria Santos, only with this stretch is difficult to give an exact answer, however it offers some elements that can be useful.

First step uncomment this javascript excerpt:

Change: //w.likebtn.com/js/w/widget.js&quot;);</script>

By: w.likebtn.com/js/w/widget.js&quot;);</script>

Remove these two bars "//".

Do this and comment the result below the answer that we are adjusting.

    
26.06.2016 / 06:44