--- loncom/interface/lonhtmlcommon.pm 2010/02/19 10:19:33 1.266 +++ loncom/interface/lonhtmlcommon.pm 2010/03/11 12:15:19 1.268 @@ -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.268 2010/03/11 12:15:19 wenzelju 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; }