--- loncom/interface/loncommon.pm 2007/10/22 22:16:38 1.594 +++ loncom/interface/loncommon.pm 2007/10/26 00:22:36 1.595 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.594 2007/10/22 22:16:38 raeburn Exp $ +# $Id: loncommon.pm,v 1.595 2007/10/26 00:22:36 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3160,9 +3160,9 @@ sub pprmlink { if (!$symb) { $symb=&Apache::lonnet::symbread(); } $symb=&escape($symb); if ($target) { $target="target=\"$target\""; } - return ''.$text.''; + return ''.$text.''; } ##############################################