--- loncom/interface/lonmenu.pm 2009/04/17 15:54:59 1.259 +++ loncom/interface/lonmenu.pm 2009/04/23 17:28:59 1.260 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.259 2009/04/17 15:54:59 bisitz Exp $ +# $Id: lonmenu.pm,v 1.260 2009/04/23 17:28:59 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1543,16 +1543,16 @@ function set_bookmark() { bmquery=window.open('','bmquery','width=365,height=165,scrollbars=0'); bmquery.document.write( '$start_page_bookmark' - +"
\\n
Link Name:
" - +"
Address:

<\\/center><\\/td>" - +"<\\/tr><\\/table><\\/form><\\/center>" + +'
' + +'
Link Name:
' + +'
Address:

' +'$end_page_bookmark' ); bmquery.document.close(); }