Closed tofers closed 5 years ago
Can you provide the HTML output for both cases ? (html & raw)
I cannot reproduce it.
It has been 2 or more weeks with no response on our request for more information. In order for our issue tracker to be effective, we are closing this issue.
If you want it to be reopened again, feel free to supply us with the requested information.
Thanks!
This is an automated comment, triggered by adding the label expired
.
What steps will reproduce the problem?
Open /debug/default/index
| Tag |
1 | 5d0cab62afa68 | 2
Tag no active link
What's expected?
Click to tag and open problem
What do you get instead?
vendor/yiisoft/yii2-debug/src/views/default/index.php [ 'attribute' => 'tag', 'value' => function ($data) { return Html::a($data['tag'], ['view', 'tag' => $data['tag']]); }, 'format' => 'html', ],
to
[ 'attribute' => 'tag', 'value' => function ($data) { return Html::a($data['tag'], ['view', 'tag' => $data['tag']]); }, 'format' => 'raw', ],
change format html to raw, and link active
Additional info