File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<a href="https://github.com/yiisoft" target="_blank">
3
- <img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
3
+ <img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii" >
4
4
</a>
5
5
<h1 align="center">Yii HTML</h1>
6
6
<br>
@@ -47,10 +47,8 @@ composer require yiisoft/html
47
47
48
48
``` php
49
49
<?php
50
-
51
50
use Yiisoft\Html\Html;
52
51
use Yiisoft\Html\Tag\Meta;
53
-
54
52
?>
55
53
56
54
<?= Meta::pragmaDirective('X-UA-Compatible', 'IE=edge') ?>
Original file line number Diff line number Diff line change 9
9
"license" : " BSD-3-Clause" ,
10
10
"support" : {
11
11
"issues" : " https://github.com/yiisoft/html/issues?state=open" ,
12
+ "source" : " https://github.com/yiisoft/html" ,
12
13
"forum" : " https://forum.yiiframework.com/" ,
13
14
"wiki" : " https://www.yiiframework.com/wiki/" ,
14
15
"irc" : " ircs://irc.libera.chat:6697/yii" ,
15
- "chat" : " https://t.me/yii3en" ,
16
- "source" : " https://github.com/yiisoft/html"
16
+ "chat" : " https://t.me/yii3en"
17
17
},
18
18
"funding" : [
19
19
{
You can’t perform that action at this time.
0 commit comments