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

droeschl droeschl@source.lon-capa.org
Fri, 25 Sep 2009 15:37:32 -0000


droeschl		Fri Sep 25 15:37:32 2009 EDT

  Modified files:              
    /loncom/interface	lonindexer.pm 
  Log:
  Bug 6006
  
  
Index: loncom/interface/lonindexer.pm
diff -u loncom/interface/lonindexer.pm:1.199 loncom/interface/lonindexer.pm:1.200
--- loncom/interface/lonindexer.pm:1.199	Fri Jul 17 15:42:07 2009
+++ loncom/interface/lonindexer.pm	Fri Sep 25 15:37:32 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Directory Indexer
 #
-# $Id: lonindexer.pm,v 1.199 2009/07/17 15:42:07 droeschl Exp $
+# $Id: lonindexer.pm,v 1.200 2009/09/25 15:37:32 droeschl Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1147,7 +1147,7 @@
 	if ($hash{'display_attrs_7'} == 1) {
 # Show resource
 	   my $output=&showpreview($filelink);
-           $r->print('<td class="LC_fontsize_medium LC_nobreak">'.($output eq '' ? '&nbsp;':$output).
+           $r->print('<td class="LC_fontsize_medium">'.($output eq '' ? '&nbsp;':$output).
 		      " </td>\n");
     }