--- loncom/interface/lonhtmlcommon.pm 2011/01/16 22:45:05 1.287 +++ loncom/interface/lonhtmlcommon.pm 2011/01/18 19:52:46 1.288 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.287 2011/01/16 22:45:05 www Exp $ +# $Id: lonhtmlcommon.pm,v 1.288 2011/01/18 19:52:46 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1657,7 +1657,7 @@ returns: nothing @html = grep {defined $_ && $_ ne ''} @html; for (@html) { s/align="(right|left)"//; - s/// if $category ne 'advtools'; +# s/// if $category ne 'advtools'; } push @{$tools{$category}}, @html;