--- loncom/interface/spreadsheet/lonspreadsheet.pm 2003/10/11 14:04:54 1.27 +++ loncom/interface/spreadsheet/lonspreadsheet.pm 2004/02/24 21:03:09 1.31.2.1 @@ -1,5 +1,5 @@ # -# $Id: lonspreadsheet.pm,v 1.27 2003/10/11 14:04:54 www Exp $ +# $Id: lonspreadsheet.pm,v 1.31.2.1 2004/02/24 21:03:09 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -72,8 +72,8 @@ use HTML::Entities(); sub textfield { my ($title,$name,$value)=@_; - return "\n
$title:
".
- '';
+ return "\n
$title:
".
+ '';
}
sub hiddenfield {
@@ -83,7 +83,7 @@ sub hiddenfield {
sub selectbox {
my ($title,$name,$value,%options)=@_;
- my $selout="\n
$title:
".'