don't just ignore the prefix. see r13244

git-svn-id: file:///home/svn/framework3/trunk@13250 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2011-07-19 23:27:37 +00:00
parent 33ce5df8ca
commit bffc8088c3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class Table
# Converts table contents to a string. # Converts table contents to a string.
# #
def to_s def to_s
str = '' str = prefix.dup
str << header_to_s || '' str << header_to_s || ''
str << columns_to_s || '' str << columns_to_s || ''
str << hr_to_s || '' str << hr_to_s || ''