[LON-CAPA-cvs] cvs: loncom /interface lonaboutme.pm
wenzelju
wenzelju@source.lon-capa.org
Thu, 18 Mar 2010 08:56:00 -0000
wenzelju Thu Mar 18 08:56:00 2010 EDT
Modified files:
/loncom/interface lonaboutme.pm
Log:
- Inserted a <div class="LC_clear_float_footer"> to clear the image. Otherwise it overlaps with the following lines.
Index: loncom/interface/lonaboutme.pm
diff -u loncom/interface/lonaboutme.pm:1.144 loncom/interface/lonaboutme.pm:1.145
--- loncom/interface/lonaboutme.pm:1.144 Thu Mar 11 16:35:12 2010
+++ loncom/interface/lonaboutme.pm Thu Mar 18 08:56:00 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Personal Information Page
#
-# $Id: lonaboutme.pm,v 1.144 2010/03/11 16:35:12 droeschl Exp $
+# $Id: lonaboutme.pm,v 1.145 2010/03/18 08:56:00 wenzelju Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -385,7 +385,7 @@
}
if ($target ne 'tex') { #print Image
- $r->print($image);
+ $r->print($image.'<div class="LC_clear_float_footer"></div>');
} #End Print Image