[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages/reactionresponse reaction_editor.html

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 13 Jul 2004 15:36:26 -0000


albertel		Tue Jul 13 11:36:26 2004 EDT

  Modified files:              
    /loncom/html/res/adm/pages/reactionresponse	reaction_editor.html 
  Log:
  - correct rightarrow (#3061)
  
  
Index: loncom/html/res/adm/pages/reactionresponse/reaction_editor.html
diff -u loncom/html/res/adm/pages/reactionresponse/reaction_editor.html:1.7 loncom/html/res/adm/pages/reactionresponse/reaction_editor.html:1.8
--- loncom/html/res/adm/pages/reactionresponse/reaction_editor.html:1.7	Fri Jul  2 05:33:30 2004
+++ loncom/html/res/adm/pages/reactionresponse/reaction_editor.html	Tue Jul 13 11:36:25 2004
@@ -1,7 +1,7 @@
 <!-- Chemical reaction editor developed by Guy Ashkenazi, guy@fh.huji.ac.il-->
 
 <!--
- $Id: reaction_editor.html,v 1.7 2004/07/02 09:33:30 albertel Exp $
+ $Id: reaction_editor.html,v 1.8 2004/07/13 15:36:25 albertel Exp $
 
  Copyright Michigan State University Board of Trustees
 
@@ -139,7 +139,7 @@
     reaction += html_component(reactants[i]);
 
   if (products.length > 0) {
-    reaction += "+rightarrow+";
+    reaction += " "+rightarrow+" ";
     for (i = 0; i < products.length-1; i++) {
       reaction += html_component(products[i]);
       reaction += " + ";