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:
Dario Bösch
2015-05-22 12:34:30 +02:00
parent 027463a910
commit 261aeca300
3 changed files with 34 additions and 2 deletions

View File

@@ -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/>")