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

matthew lon-capa-cvs@mail.lon-capa.org
Fri, 07 May 2004 17:17:58 -0000


matthew		Fri May  7 13:17:58 2004 EDT

  Modified files:              
    /loncom/interface	lonmeta.pm 
  Log:
  The HTML entity for " is ", not &quod;
  
  
Index: loncom/interface/lonmeta.pm
diff -u loncom/interface/lonmeta.pm:1.76 loncom/interface/lonmeta.pm:1.77
--- loncom/interface/lonmeta.pm:1.76	Thu May  6 16:56:07 2004
+++ loncom/interface/lonmeta.pm	Fri May  7 13:17:58 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Metadata display handler
 #
-# $Id: lonmeta.pm,v 1.76 2004/05/06 20:56:07 matthew Exp $
+# $Id: lonmeta.pm,v 1.77 2004/05/07 17:17:58 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -404,7 +404,7 @@
     $value=~s/^\s+//gs;
     $value=~s/\s+$//gs;
     $value=~s/\s+/ /gs;
-    $value=~s/\"/\&quod\;/gs;
+    $value=~s/\"/\&quot\;/gs;
     return 
         '<input type="text" name="'.$fieldname.'" size="'.$size.'" '.
         'value="'.$value.'" />'.