[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm

bisitz bisitz@source.lon-capa.org
Thu, 04 Jun 2009 16:47:25 -0000


bisitz		Thu Jun  4 16:47:25 2009 EDT

  Modified files:              
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  topic_bar:
  Re-added lost blank (-> 1.220) between number image and headline text
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.220 loncom/interface/lonhtmlcommon.pm:1.221
--- loncom/interface/lonhtmlcommon.pm:1.220	Thu Jun  4 16:33:08 2009
+++ loncom/interface/lonhtmlcommon.pm	Thu Jun  4 16:47:25 2009
@@ -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 @@
     return '<div class="LC_topic_bar">'
           .'<img src="/res/adm/pages/bl_step'.$imgnum.'.gif"'
           .' alt="'.&mt('Step [_1]',$imgnum).'" />'
-          .$title
+          .' '.$title
           .'</div>';
 }