--- loncom/homework/inputtags.pm 2005/02/18 05:41:31 1.157 +++ loncom/homework/inputtags.pm 2005/03/01 03:23:16 1.158 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.157 2005/02/18 05:41:31 albertel Exp $ +# $Id: inputtags.pm,v 1.158 2005/03/01 03:23:16 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -226,6 +226,8 @@ sub start_textline { $safeeval); if (lc($readonly) eq 'yes') { $readonly=' readonly="readonly" '; + } else { + $readonly=''; } $result.= '';