Index: openacs-4/packages/forums/lib/user/post-history-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/user/post-history-chunk.tcl,v diff -u -N -r1.10 -r1.10.2.1 --- openacs-4/packages/forums/lib/user/post-history-chunk.tcl 28 Jun 2018 08:18:52 -0000 1.10 +++ openacs-4/packages/forums/lib/user/post-history-chunk.tcl 12 Oct 2021 09:27:01 -0000 1.10.2.1 @@ -39,7 +39,6 @@ if {$view eq "forum"} { set query select_messages_by_forum template::list::create \ - -html {style "width: 50%; text-align: center; margin: auto"} \ -name messages \ -multirow messages \ -no_data "#forums.No_Postings#" \ @@ -66,7 +65,6 @@ } } else { template::list::create \ - -html {style "width: 50%; text-align: center; margin: auto"} \ -name messages \ -multirow messages \ -no_data "#forums.No_Postings#" \ @@ -97,7 +95,6 @@ template::list::create \ -name posts \ - -html {style "width: 50%; text-align: center; margin: auto"} \ -multirow posts \ -no_data "#forums.No_Postings#" \ -key message_id \