Point and Comma ';' beginning of the Laravel page

Asked

Viewed 84 times

0

Hello, I am developing a project with Laravel 5.1 and I have a problem related to a sign ';' at the beginning of the page.

I’ve already deleted all the code from the default layout, that is, without any HTML on the page, it still shows the ';' sign. I’ve combed through the code, but nothing to find.

Follows:

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

I repeat. If I delete all the code from the page, this ';' will still appear. Someone’s had that problem before?

2 answers

0


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

0

Really

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.