From bffc8088c3e3e08c98d16b8ef2d291b17593e4f0 Mon Sep 17 00:00:00 2001 From: James Lee Date: Tue, 19 Jul 2011 23:27:37 +0000 Subject: [PATCH] don't just ignore the prefix. see r13244 git-svn-id: file:///home/svn/framework3/trunk@13250 4d416f70-5f16-0410-b530-b9f4589650da --- lib/rex/ui/text/table.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/ui/text/table.rb b/lib/rex/ui/text/table.rb index 6fddae73ec..ee0ed24a50 100644 --- a/lib/rex/ui/text/table.rb +++ b/lib/rex/ui/text/table.rb @@ -94,7 +94,7 @@ class Table # Converts table contents to a string. # def to_s - str = '' + str = prefix.dup str << header_to_s || '' str << columns_to_s || '' str << hr_to_s || ''