Bugfix: Author was hidden
I had to add the authors to each post after getting the list. Made a helper feature add_authors.
This commit is contained in:
@@ -54,9 +54,11 @@ feature -- Forms ...
|
||||
|
||||
create fset.make
|
||||
fset.set_legend ("Body")
|
||||
|
||||
-- Add summary
|
||||
fset.extend (sum)
|
||||
fset.extend_html_text("<br />")
|
||||
|
||||
-- Add content (body)
|
||||
fset.extend (ta)
|
||||
fset.extend_html_text ("<br/>")
|
||||
|
||||
Reference in New Issue
Block a user