We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a8cf2 commit d2c5bacCopy full SHA for d2c5bac
.htlmhintrc renamed to .htmlhintrc
test/index.phtml
@@ -4,15 +4,8 @@ ecoh 'htmlhint-inline';
4
<!doctype html>
5
<html lang="en">
6
<head>
7
- <meta charset="UTF-8">
+ <meta charset="UTF-8" />
8
<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>
16
</head>
17
<body>
18
<?php /*
@@ -34,5 +27,12 @@ ecoh 'htmlhint-inline';
34
27
<?php endforeach; ?>
35
28
</ul>
36
29
<small>hogemoge</small>
30
+ <script>
31
+ var a, b, c;
32
+ <?php if(true): ?>
33
+ var test = 'test';
+ <?prp endif: ?>
+ console.log(test);
+ </script>
37
</body>
38
</html>
0 commit comments