--- loncom/interface/loncommon.pm 2010/03/18 13:48:45 1.959 +++ loncom/interface/loncommon.pm 2010/03/18 17:25:52 1.960 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.959 2010/03/18 13:48:45 onken Exp $ +# $Id: loncommon.pm,v 1.960 2010/03/18 17:25:52 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3687,10 +3687,13 @@ sub submlink { } if (!$symb) { $symb=&Apache::lonnet::symbread(); } $symb=&escape($symb); - if ($target) { $target="target=\"$target\""; } - return ''.$text.''; + if ($target) { $target=" target=\"$target\""; } + return + ''.$text.''; } ##############################################