[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm

bisitz bisitz@source.lon-capa.org
Mon, 19 Oct 2009 21:16:31 -0000


bisitz		Mon Oct 19 21:16:31 2009 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  Bug 6103: Re-enable proper floating of separating <hr>s
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.458 loncom/homework/structuretags.pm:1.459
--- loncom/homework/structuretags.pm:1.458	Fri Oct 16 17:23:51 2009
+++ loncom/homework/structuretags.pm	Mon Oct 19 21:16:30 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.458 2009/10/16 17:23:51 bisitz Exp $
+# $Id: structuretags.pm,v 1.459 2009/10/19 21:16:30 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -387,7 +387,7 @@
 '.&mt('Problem Editing').&Apache::loncommon::help_open_menu('Problem Editing','Problem_Editor_XML_Index',5,'Authoring').'
 </div>'.
 &problem_edit_buttons().'
-<hr />
+<hr style="clear:both;" />
 '.&Apache::lonxml::message_location().'
 </div>
 '.
@@ -399,7 +399,7 @@
 <div class="LC_edit_problem_footer">
   <hr />'.
 &problem_edit_buttons().'
-  <hr />
+  <hr style="clear:both;" />
 </div>
 '.