--- loncom/interface/loncommon.pm 2006/09/06 19:22:43 1.451 +++ loncom/interface/loncommon.pm 2006/09/13 19:42:06 1.454 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.451 2006/09/06 19:22:43 albertel Exp $ +# $Id: loncommon.pm,v 1.454 2006/09/13 19:42:06 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -257,7 +257,7 @@ of the element the selection from the se sub browser_and_searcher_javascript { my ($mode)=@_; if (!defined($mode)) { $mode='edit'; } - my $resurl=&lastresurl(); + my $resurl=&escape_single(&lastresurl()); return <'.$link.''; + ($target?' target="$target"':'').' title="'.&mt("View this user's personal page").'">'.$link.''; } # ------------------------------------------------------------ Syllabus Wrapper @@ -3370,7 +3370,7 @@ table.LC_data_table tr.LC_data_table_hig background-color: $data_table_darker; } table.LC_data_table tr.LC_empty_row td, -table.LC_whatsnew tr.LC_empty_row td, { +table.LC_whatsnew tr.LC_empty_row td { background-color: #FFFFFF; font-weight: bold; font-style: italic;