[Checkins] SVN: zc.resourcelibrary/trunk/src/zc/resourcelibrary/publication.py removed language from script tag for xhtml strict validation

Oliver Petznick oliver at mopa.at
Wed Aug 30 10:31:23 EDT 2006


Log message for revision 69889:
  removed language from script tag for xhtml strict validation

Changed:
  U   zc.resourcelibrary/trunk/src/zc/resourcelibrary/publication.py

-=-
Modified: zc.resourcelibrary/trunk/src/zc/resourcelibrary/publication.py
===================================================================
--- zc.resourcelibrary/trunk/src/zc/resourcelibrary/publication.py	2006-08-30 13:43:44 UTC (rev 69888)
+++ zc.resourcelibrary/trunk/src/zc/resourcelibrary/publication.py	2006-08-30 14:31:23 UTC (rev 69889)
@@ -74,7 +74,6 @@
                 for file_name in included:
                     if file_name.endswith('.js'):
                         html.append('<script src="%s/@@/%s/%s" '
-                                    'language="Javascript1.1"'
                                     % (baseURL, lib, file_name))
                         html.append('    type="text/javascript">')
                         html.append('</script>')



More information about the Checkins mailing list