diff options
author | Andy Staudacher <staudacher@dhcp-172-18-67-210.mtv.corp.google.com> | 2009-07-19 15:36:17 -0700 |
---|---|---|
committer | Andy Staudacher <staudacher@dhcp-172-18-67-210.mtv.corp.google.com> | 2009-07-19 15:36:17 -0700 |
commit | 1ab8bf07ad15c1ab53afb335d32e71e01a00d4b2 (patch) | |
tree | 2e66261a210aff83cd5240b0387b42ff45444792 /modules/slideshow | |
parent | b3f91167c14e98bbb35f62d7003efb0a82f142eb (diff) |
Html validation fix, ticket 572
Diffstat (limited to 'modules/slideshow')
-rw-r--r-- | modules/slideshow/helpers/slideshow_theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/slideshow/helpers/slideshow_theme.php b/modules/slideshow/helpers/slideshow_theme.php index 125d175c..269a93ce 100644 --- a/modules/slideshow/helpers/slideshow_theme.php +++ b/modules/slideshow/helpers/slideshow_theme.php @@ -20,7 +20,7 @@ class slideshow_theme_Core { static function head($theme) { $proto = (empty($_SERVER["HTTPS"]) || $_SERVER["HTTPS"] === "off") ? "http" : "https"; - return "<script src=\"$proto://lite.piclens.com/current/piclens_optimized.js\"" . + return "<script src=\"$proto://lite.piclens.com/current/piclens_optimized.js\" " . "type=\"text/javascript\"></script>"; } } |