--- loncom/interface/lonhtmlcommon.pm 2011/12/21 21:25:40 1.297 +++ loncom/interface/lonhtmlcommon.pm 2012/01/02 05:07:06 1.298 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.297 2011/12/21 21:25:40 www Exp $ +# $Id: lonhtmlcommon.pm,v 1.298 2012/01/02 05:07:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1462,9 +1462,11 @@ returns: nothing } my $links; if ((&show_return_link) && (!$CourseBreadcrumbs)) { - $links=&htmltag( 'a',"", + my $alttext = 'Go Back'; + $links=&htmltag( 'a',"$alttext", { href => '/adm/flip?postdata=return:', title => &mt("Back to most recent content resource") }); + $links=&htmltag('li',$links); } $links.= join "", map {