Skip to content

Commit d2c5bac

Browse files
committed
change file name and fixed faild test
1 parent 75a8cf2 commit d2c5bac

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.htlmhintrc renamed to .htmlhintrc

File renamed without changes.

test/index.phtml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,8 @@ ecoh 'htmlhint-inline';
44
<!doctype html>
55
<html lang="en">
66
<head>
7-
<meta charset="UTF-8">
7+
<meta charset="UTF-8" />
88
<title>gulp htmlhint-inline</title>
9-
<script>
10-
var a, b, c;
11-
<?php if(true): ?>
12-
var test = 'test';
13-
<?prp endif: ?>
14-
console.log(test);
15-
</script>
169
</head>
1710
<body>
1811
<?php /*
@@ -34,5 +27,12 @@ ecoh 'htmlhint-inline';
3427
<?php endforeach; ?>
3528
</ul>
3629
<small>hogemoge</small>
30+
<script>
31+
var a, b, c;
32+
<?php if(true): ?>
33+
var test = 'test';
34+
<?prp endif: ?>
35+
console.log(test);
36+
</script>
3737
</body>
3838
</html>

0 commit comments

Comments
 (0)