Commit b4eea8d
Boris van Katwijk
[BUGFIX][IN23-254] Avoid using closing slash with void tags.
FILE: /data/web/magento2/lib/experius/module-postcode/view/frontend/web/js/view/form/postcode.js
------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 1 LINE
------------------------
1 | WARNING | Avoid using closing slash with void tags, this can lead to unexpected behavior - "<br/>"
1 | WARNING | Avoid using closing slash with void tags, this can lead to unexpected behavior - "<br/>"
------------------------
FILE: /data/web/magento2/lib/experius/module-postcode/view/frontend/web/template/form/element/housenumber.html
------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------
1 | WARNING | Avoid using closing slash with void tags, this can lead to unexpected behavior - "<input class="input-text" type="number" data-bind="
| | value: value,
| | valueUpdate: 'keyup',
| | hasFocus: focused,
| | attr: {
| | name: inputName,
| | placeholder: placeholder,
| | 'aria-describedby': getDescriptionId(),
| | 'aria-required': required,
| | 'aria-invalid': error() ? true : 'false',
| | id: uid,
| | disabled: disabled
| | }"
| | pattern="[0-9]*" />"
------------------------1 parent 4a830dd commit b4eea8d
File tree
3 files changed
+16
-2
lines changed- view/frontend/web
- js/view/form
- template/form/element
3 files changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
1 | 15 | | |
2 | 16 | | |
3 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
0 commit comments