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 3 Jul 2007 23:04:59 -0000 @@ -324,6 +324,11 @@ table .form-button, table .form-submit { margin-bottom: 0; } +/* Avoid displaying content of script tags */ +#header-region script { + display: none; +} + #header-region p, #header-region img { margin-top: 0.5em; }