--- loncom/xml/londefdef.pm 2009/05/26 14:54:29 1.407 +++ loncom/xml/londefdef.pm 2009/05/28 17:08:43 1.409 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.407 2009/05/26 14:54:29 bisitz Exp $ +# $Id: londefdef.pm,v 1.409 2009/05/28 17:08:43 bisitz Exp $ # # # Copyright Michigan State University Board of Trustees @@ -542,7 +542,7 @@ sub start_body { &Apache::lonhtmlcommon::clear_breadcrumbs(); &Apache::lonhtmlcommon::add_breadcrumb({ 'text' => 'Construction Space', - 'href' => '', # FIXME Add link to /priv/[user] + 'href' => &Apache::loncommon::authorspace(), }); &Apache::lonhtmlcommon::add_breadcrumb({ 'text' => 'HTML Editor', @@ -588,9 +588,10 @@ sub edit_controls { '; } $result .= ' -
+
+ -
'; +'; return $result; }