Commit 1754c06
committed
Fix missing opening tag of the 'div' tag in the project_detail_notifiers.html file
There is a 'div' tag missing an opening tag in the file project_detail_notifiers.html.
Although it is not causing any issues at the moment, it may lead to UI display errors
in the future. We have added the opening tag for this 'div' tag.1 parent 0029377 commit 1754c06
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
0 commit comments