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 f3cacd3 commit 855012bCopy full SHA for 855012b
1 file changed
src/pages/feeds-pages.njk
@@ -21,7 +21,7 @@ Feed is invalid!
21
{% endif %}
22
{% if feed._defective %}
23
<div class="alert alert-warning" role="alert">
24
-Feed may not be JSON compliant due to {{ feed._defective }}
+Feed may not be valid due to: {{ feed._defective }}
25
</div>
26
27
0 commit comments