mardi 10 mars 2020

How to remove weird tags from Laravel?

Im currently working on a website project and I have a small problem. It only happens when I am not logged in to my website. My content is not where it should be, but the weirdest thing is that around some elements are in the code when I am inspecting the code with the Chrome developer tool.

<div class="container-fluid" style="background-color: #0F0F0F;">
        <div class="row">
            <div class="col-xl-2"></div>
            <div class="col">

This is my normal code for example. But its not accurate and when I am inspecting it, the tool shows this:

<div class="container-fluid" style="background-color: #0F0F0F;">
<a></a>
        <div class="row">
            <div class="col-xl-2"><a></a></div>
            <a><div class="col"></a>

Where could these ´s come from?




Aucun commentaire:

Enregistrer un commentaire