--- loncom/interface/lonhtmlcommon.pm 2010/03/10 20:26:09 1.267 +++ 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.267 2010/03/10 20:26:09 faziophi Exp $ +# $Id: lonhtmlcommon.pm,v 1.268 2010/03/11 12:15:19 wenzelju Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1356,7 +1356,7 @@ sub htmlareaselectactive { '; $output.="\nwindow.status='Activated Editfields';\n" .'// ]]>'."\n" - .'
'. + .'
'; return $output; }