--- loncom/interface/loncommon.pm 2020/02/04 21:54:58 1.1075.2.142 +++ loncom/interface/loncommon.pm 2020/05/02 18:27:56 1.1075.2.145 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1075.2.142 2020/02/04 21:54:58 raeburn Exp $ +# $Id: loncommon.pm,v 1.1075.2.145 2020/05/02 18:27:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -428,7 +428,7 @@ sub studentbrowser_javascript { OFFLOAD - } } } } @@ -8390,8 +8446,7 @@ sub modal_link { $target_attr = 'target="'.$target.'"'; } return <<"ENDLINK"; - - $linktext +$linktext ENDLINK }