diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-10-24 08:56:22 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-10-24 08:56:32 -0400 |
commit | 8b2317a50995331aeb7a11dcb0bf52eb518195d9 (patch) | |
tree | e28b01a1ce16a6631da0028290daaa2c9b1fba23 /lib | |
parent | version date (diff) |
html, remove "copy @" mark
(requested, Daniel Baumann)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v2/html.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sisu/v2/html.rb b/lib/sisu/v2/html.rb index 309297df..04406e48 100644 --- a/lib/sisu/v2/html.rb +++ b/lib/sisu/v2/html.rb @@ -545,8 +545,6 @@ WOK toc_shared << format_txt_obj.center_bold @segtoc << format_txt_obj.center_bold end - toc_shared << format_head_toc.copyat - @segtoc << format_head_toc.copyat toc_shared << "#{@vz.table_close*1}\n" @segtoc << "#{@vz.table_close*1}\n" tmp_head=nil |