diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-25 10:57:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-25 10:57:01 +0000 |
commit | 1f79863053350f1a7d6cb654ac615123bc3b5133 (patch) | |
tree | bacfeada8244f49e0fd7ad38bc7bbbd6ac27bd57 /modules/drupal-site.module | |
parent | d30751899897dc67f5f0563133ec14164cdfb993 (diff) | |
download | brdo-1f79863053350f1a7d6cb654ac615123bc3b5133.tar.gz brdo-1f79863053350f1a7d6cb654ac615123bc3b5133.tar.bz2 |
- large commit of everything else that has been queued in my backlog:
it's not 100% stable yet
Diffstat (limited to 'modules/drupal-site.module')
-rw-r--r-- | modules/drupal-site.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drupal-site.module b/modules/drupal-site.module index 63a620f84..d4742b681 100644 --- a/modules/drupal-site.module +++ b/modules/drupal-site.module @@ -8,7 +8,7 @@ function drupal_block() { $result = db_query("SELECT * FROM drupals ORDER BY name"); - $content .= "<SCRIPT TYPE=\"\">\n"; + $content .= "<SCRIPT>\n"; $content .= " <!--//\n"; $content .= " function gotosite(site) {\n"; $content .= " if (site != \"\") {\n"; |