From 3493af17908f3da94a7529197dcb29af7459347a Mon Sep 17 00:00:00 2001 From: tschmidt-dev Date: Tue, 29 Jan 2013 15:54:30 -0800 Subject: [PATCH] added wiki-article-list class to article_list macro template --- .../templates/wiki/plugins/templatetags/article_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/plugins/macros/templates/wiki/plugins/templatetags/article_list.html b/wiki/plugins/macros/templates/wiki/plugins/templatetags/article_list.html index a9c1623b..5b569293 100644 --- a/wiki/plugins/macros/templates/wiki/plugins/templatetags/article_list.html +++ b/wiki/plugins/macros/templates/wiki/plugins/templatetags/article_list.html @@ -1,6 +1,6 @@ {% load wiki_macro_tags %}

{{ urlpath.article }}

-
+
  • {% for urlpath in urlpath.children.all %} -- 2.45.2