--- loncom/interface/lonparmset.pm 2015/04/28 13:34:12 1.550 +++ loncom/interface/lonparmset.pm 2015/05/10 01:02:35 1.551 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.550 2015/04/28 13:34:12 raeburn Exp $ +# $Id: lonparmset.pm,v 1.551 2015/05/10 01:02:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1076,7 +1076,7 @@ sub ipacc_boxes_js { e.preventDefault(); var identifier = \$(this).closest("div").attr("id"); identifier = identifier.replace(ipaccRegExp,''); - \$(this).closest('div').find('.LC_string_ipacc_inner').append('
$remove
'); + \$(this).closest('div').find('.LC_string_ipacc_inner').append('
$remove
'); }); \$(wrapper).delegate(".LC_remove_ipacc","click", function(e){ @@ -3420,7 +3420,7 @@ sub string_ip_selector {
'."\n"; my $num = 0; foreach my $curr (@{$access{$acctype}}) { - $output .= '
'; + $output .= '
'; if ($num > 0) { $output .= ''.&mt('Remove').''; }