diff --git a/frappe/website/doctype/help_article/templates/help_article_list.html b/frappe/website/doctype/help_article/templates/help_article_list.html index 02f66880bc..715743c9ef 100644 --- a/frappe/website/doctype/help_article/templates/help_article_list.html +++ b/frappe/website/doctype/help_article/templates/help_article_list.html @@ -4,7 +4,7 @@ {% block page_content %} -
+
@@ -21,13 +21,13 @@ {{ no_result_message or _("Nothing to show") }}
{% else %} -
+
{% for item in result %} {{ item }} {% endfor %}
{% endif %} - +
{% endblock %} \ No newline at end of file