--- loncom/xml/lontexconvert.pm 2003/03/13 16:16:07 1.20 +++ loncom/xml/lontexconvert.pm 2003/03/31 16:34:08 1.21 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.20 2003/03/13 16:16:07 www Exp $ +# $Id: lontexconvert.pm,v 1.21 2003/03/31 16:34:08 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -142,7 +142,7 @@ sub smiley { '\:\-*(o|O|\(\))' => 'shocked', '\;\-*\)' => 'wink', '\:\-*P' => 'baeh', - '\:\-*(\\\|\\/)' => 'hrrm', + '\:\-(\\\|\\/)' => 'hrrm', '\:\-*D' => 'bigsmile', '\:\-*C' => 'angry', '\:(\'|\`)\-*\(' => 'cry',