summaryrefslogtreecommitdiff
path: root/lib/postrunner/EventList.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/postrunner/EventList.rb')
-rw-r--r--lib/postrunner/EventList.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/postrunner/EventList.rb b/lib/postrunner/EventList.rb
index 3ebb757..7679b6f 100644
--- a/lib/postrunner/EventList.rb
+++ b/lib/postrunner/EventList.rb
@@ -42,7 +42,7 @@ module PostRunner
# Add the list as HTML table to the specified doc.
# @param doc [HTMLBuilder] HTML document
def to_html(doc)
- ViewFrame.new("Events", 600, list).to_html(doc)
+ ViewFrame.new('events', 'Events', 600, list, true).to_html(doc)
end
private