File tree 4 files changed +10
-19
lines changed
phpmyfaq/assets/themes/default
4 files changed +10
-19
lines changed Original file line number Diff line number Diff line change 2
2
phpmyfaq /admin /assets /js /editor /
3
3
phpmyfaq /src /libs /
4
4
5
- # Ignore all PHP files
5
+ # Ignore all PHP and HTML files
6
6
* .php
7
+ * .html
7
8
8
9
# Ignore code for build
9
10
.github
@@ -13,4 +14,4 @@ docker-compose.yml
13
14
package.json
14
15
15
16
# Ignore artifacts
16
- phpmyfaq /assets /dist /
17
+ phpmyfaq /assets /dist /
Original file line number Diff line number Diff line change 3
3
"tabWidth" : 2 ,
4
4
"semi" : true ,
5
5
"singleQuote" : true ,
6
- "printWidth" : 120
6
+ "printWidth" : 120 ,
7
+ "htmlWhitespaceSensitivity" : " ignore"
7
8
}
Original file line number Diff line number Diff line change 1
-
Original file line number Diff line number Diff line change 27
27
value ="{{ realname }} "
28
28
class ="form-control "
29
29
required
30
- {{
31
- readonly
32
- }}
30
+ {{ readonly }}
33
31
/>
34
32
</ div >
35
33
</ div >
44
42
value ="{{ email }} "
45
43
class ="form-control "
46
44
required
47
- {{
48
- readonly
49
- }}
45
+ {{ readonly }}
50
46
/>
51
47
</ div >
52
48
</ div >
61
57
id ="faqpassword "
62
58
class ="form-control "
63
59
required
64
- {{
65
- readonly
66
- }}
60
+ {{ readonly }}
67
61
/>
68
62
< span class ="input-group-text ">
69
63
< i class ="fa " id ="togglePassword "> </ i >
81
75
id ="faqpassword_confirm "
82
76
class ="form-control "
83
77
required
84
- {{
85
- readonly
86
- }}
78
+ {{ readonly }}
87
79
/>
88
80
</ div >
89
81
</ div >
105
97
type ="checkbox "
106
98
id ="twofactor_enabled "
107
99
name ="twofactor_enabled "
108
- {{
109
- checked_twofactor_enabled
110
- }}
100
+ {{ checked_twofactor_enabled }}
111
101
/>
112
102
< label class ="form-check-label " for ="twofactor_enabled "> {{ msgTwofactorEnabled }} </ label >
113
103
</ div >
You can’t perform that action at this time.
0 commit comments