Incomprehensible Inscription On The Site
Author: Алексей Серый
Visited 1532,
Followers 1,
Shared 69
Good afternoon.
Problem: I use WebSite x5 Evolution 8, after the withdrawal of the site in v.bfblago.inf.ua internet, top left is displayed (Lang: "ru")>
In what may be the problem? Previously, this nebylo, I remove that sign?
Sincerely, Aleksej
Posted on the
refresh the page a couple of times and it should be gone, had this happen to me a few times.
Hello, it's not related to a wrong refresh, there's an error on the code you entered on the page.
Here is the wrong code in the home page:
<body <script type="text/javascript" src="https://apis.google.com/js/plusone.js"> {lang: 'ru'}</script>>
The code you added in the BODY tag should be entered in the HEAD instead.
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"> {lang: 'ru'}</script>
Please access to the page properties for the home page and remove the wrong code.
Author
Thank you very much Steve, you helped me a lot!