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

raeburn raeburn at source.lon-capa.org
Sun Oct 16 17:20:51 EDT 2016


raeburn		Sun Oct 16 21:20:51 2016 EDT

  Modified files:              
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  - satisfy w3c validation (xhtml). 
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.373 loncom/interface/lonhtmlcommon.pm:1.374
--- loncom/interface/lonhtmlcommon.pm:1.373	Thu Aug  4 20:59:22 2016
+++ loncom/interface/lonhtmlcommon.pm	Sun Oct 16 21:20:51 2016
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.373 2016/08/04 20:59:22 raeburn Exp $
+# $Id: lonhtmlcommon.pm,v 1.374 2016/10/16 21:20:51 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -538,6 +538,8 @@
 
     if (! defined($state) || $state ne 'disabled') {
         $state = '';
+    } else {
+        $state = 'disabled="disabled"';
     }
     if (! defined($no_hh_mm_ss)) {
         $no_hh_mm_ss = 0;




More information about the LON-CAPA-cvs mailing list