--- loncom/interface/lonhtmlcommon.pm 2013/06/04 23:12:08 1.346 +++ loncom/interface/lonhtmlcommon.pm 2013/06/09 02:59:04 1.347 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.346 2013/06/04 23:12:08 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.347 2013/06/09 02:59:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1259,7 +1259,8 @@ sub htmlareaselectactive { my ($args) = @_; unless (&htmlareabrowser()) { return ''; } my $output=''; return $output;