--- loncom/homework/bridgetask.pm 2006/11/27 23:24:36 1.209 +++ loncom/homework/bridgetask.pm 2006/11/27 23:33:01 1.210 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.209 2006/11/27 23:24:36 albertel Exp $ +# $Id: bridgetask.pm,v 1.210 2006/11/27 23:33:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2302,9 +2302,9 @@ sub end_Dimension { # that the dimension produces if ($result =~ m{\s*}) { $result =~ s{(\s*)} - {$1\n
}; + {$1\n
}; } else { - $result = "\n".'
'. + $result = "\n".'
'. "\n".$result; } $result .= "\n
\n";