--- loncom/interface/lonhtmlcommon.pm 2010/02/19 10:19:33 1.266 +++ loncom/interface/lonhtmlcommon.pm 2010/03/10 20:26:09 1.267 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.266 2010/02/19 10:19:33 bisitz Exp $ +# $Id: lonhtmlcommon.pm,v 1.267 2010/03/10 20:26:09 faziophi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1283,7 +1283,6 @@ sub htmlarea_lang { sub htmlareaselectactive { my @fields=@_; unless (&htmlareabrowser()) { return ''; } - #if (&htmlareablocked()) { return '
'.&enablelink(@fields); } my $output='
'. - &disablelink(@fields); return $output; }