--- loncom/xml/lontexconvert.pm 2010/04/27 20:29:20 1.103 +++ loncom/xml/lontexconvert.pm 2010/06/10 15:54:06 1.104 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.103 2010/04/27 20:29:20 faziophi Exp $ +# $Id: lontexconvert.pm,v 1.104 2010/06/10 15:54:06 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -335,7 +335,6 @@ sub to_convert { sub smiley { my $expression=shift; - if ($env{'browser.imagesuppress'} eq 'on') { return $expression; } my %smileys=( '\:\-*\)' => 'face-smile.png', '8\-\)' => 'face-cool.png',