We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a75187 commit 5117a4fCopy full SHA for 5117a4f
docs/index.html
@@ -122,7 +122,7 @@ <h2>This page is reporting the current status of <a href="https://github.com/Dot
122
<td style="overflow: visible; width: 0;">
123
{{if CodeFixStatus === "Implemented"}}
124
<i class="fa fa-check" style="color: green;"></i>
125
- {{else CodeFixStatus === NotImplemented}}
+ {{else CodeFixStatus === "NotImplemented"}}
126
<i class="fa fa-times" style="color: red;"></i>
127
{{else}}
128
<i class="fa fa-exclamation" style="color: blue;"></i>
0 commit comments