Point and Virgula ';' top of page Laravel

0

Hello, I'm developing a project with Laravel 5.1 and I'm having a problem related to a ';' at the top of the page.

I deleted all the default layout code, that is, without any HTML on the page, it still shows the ';' sign. I've browsed the whole code, but nothing to find.

Follows:

<body style="background: url(/imagens/plano_fundo.jpg) repeat;">;
</body>

I repeat it again. If I exclude all code from the page, this ';' will still appear. Has anyone had this problem yet?

    
asked by anonymous 22.03.2016 / 17:03

2 answers

0

Is this code exactly on your page? Because in this code there is a ";" inside the body tag, specifically just after the ">" sign. Is this the problem?

    
22.03.2016 / 17:27
0

Really

<body style="background: url(/imagens/plano_fundo.jpg) repeat;">";" esse ponto e virgula não deveria esta aqui.
</body>
    
22.03.2016 / 17:30