I work at a church and maintain our website that uses WordPress...
Today I noticed that all of the fonts had been changed to italics, which I thought was odd, so I checked the source to find that a new div segment with an unclosed <i> had been added to my header.php file.
Here is the segment:
Code
<div id='hideMe'> <p> <i> <a href="http://oprst.in/">wallander swedish tv series</a></div><script type='text/javascript'>if(document.getElementById('hideMe') != null){document.getElementById('hideMe').style.visibility = 'hidden';document.getElementById('hideMe').style.display = 'none';}</script>
Anyone know what might have caused this? The fact that it had a link to a tv show website kinda worried me...