A
A
arab7892015-05-22 10:52:36
Yii
arab789, 2015-05-22 10:52:36

Where do A tags come from?

I am writing a project in yii, at some point tags appeared in the code <a>. I can't figure out who puts them up. When I look in the console, they are in the layout, when I open "View the entire code of the page", they are not there ... And these tags are placed on all pages. Help find what it is!
This is the view in the console in the browser:

<a>
<br />
    <div class="title_line" id="title_a_l" style="color: #fff;"></div>
</a>

And this is when I just open the page code in a new tab in the browser:
<br />
    <div class="title_line" id="title_a_l" style="color: #fff;"></div>

All scripts have been disabled.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Grechushnikov, 2015-05-22
@maxyc_webber

We have to guess where is the jamb in your layout?

N
Nikita, 2015-05-22
@Rema1ns

your div is not closed...

U
ultrabi4, 2015-05-22
@ultrbi4

You cannot insert block elements into inline elements, as the documentation says.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question