Anyone seen this before?
RSS icon displays fine on HTTP page:
But crazy jQuery text displays instead on HTTPS page:
Thanks.
Best Answer Simon_P , 11 December 2012 - 07:43 PM
You have this in the page head:
<script type='text/javascript' src='https://crescentridgehomeowners.com></script>
Notice there is no closing ' for the url, so its breaking everything after it.
Go to the full post
Posted 11 December 2012 - 05:04 PM
Anyone seen this before?
RSS icon displays fine on HTTP page:
But crazy jQuery text displays instead on HTTPS page:
Thanks.
Posted 11 December 2012 - 05:20 PM
I have not see this before. Did this start happening recently?
Posted 11 December 2012 - 07:21 PM
Just saw it for the first time today, but I don't know when the last time I might have seen it before could have been.
Posted 11 December 2012 - 07:43 PM Best Answer
You have this in the page head:
Notice there is no closing ' for the url, so its breaking everything after it.
Posted 12 December 2012 - 03:27 AM
Thanks for finding that, Simon. I noticed the staging site didn't have that so I cleared the cache and it "fixed" itself. Not sure what happened, but glad it's gone. Thanks for your help.