--- loncom/interface/lonhtmlcommon.pm 2009/06/04 16:33:08 1.220 +++ loncom/interface/lonhtmlcommon.pm 2009/06/04 16:47:25 1.221 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.220 2009/06/04 16:33:08 bisitz Exp $ +# $Id: lonhtmlcommon.pm,v 1.221 2009/06/04 16:47:25 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1833,7 +1833,7 @@ sub topic_bar { return '
' .''.&mt('Step [_1]',$imgnum).'' - .$title + .' '.$title .'
'; }