Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.20
diff -u -p -r1.20 style.css
--- themes/garland/style.css	21 Jun 2007 04:38:41 -0000	1.20
+++ themes/garland/style.css	11 Jul 2007 21:55:29 -0000
@@ -324,6 +324,11 @@ table .form-button, table .form-submit {
   margin-bottom: 0;
 }
 
+/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
+#header-region script {
+  display: none;
+}
+
 #header-region p, #header-region img {
   margin-top: 0.5em;
 }
