Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello to everyone,

I am having issue, from somewhere i get this in the code http://prntscr.com/labvg4 and that looks like this http://prntscr.com/labvw1
index.png
index.png (7.52 KiB) Viewed 1372 times

I checked .php, and there is nothing like that. I am really confused.

It is index page, and here is the code

Code: Select all
<!doctype html>
<html lang="en">
<head>
    <title><cms:show title /></title>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta
        name="viewport"
        content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="<cms:show meta_desc />">
    <link rel="stylesheet" href="/assets/css/style.css">
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="/assets/css/bootstrap.css">
    <link rel="stylesheet" href="/assets/css/bootstrap-grid.css">
    <link
        href="https://use.fontawesome.com/releases/v5.0.6/css/all.css"
        rel="stylesheet">
</head>
<body>
    <cms:get_custom_field "<cms:show header_template />" masterpage='globals.php'/>
    <div class="navbar navbar-expand-md navbar-dark bg-red">
        <button
            class="navbar-toggler"
            type="button"
            data-toggle="collapse"
            data-target="#navbarsExample08"
            aria-controls="navbarsExample08"
            aria-expanded="false"
            aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
        </button>
...


also, only index file has code like this http://prntscr.com/labyor, while other pages are clean http://prntscr.com/labyxs

Thank you
Hi,

This seems to be the issue discussed here -
Why is &#65279; appearing in my HTML?

As suggested in the link above, please open your index.php template in Notepad++ and change its encoding by using menu "Encoding" and then "Encode in UTF-8 without BOM". Save the template.

Hope this helps.
2 posts Page 1 of 1