diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-09-15 08:01:44 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-09-15 08:01:44 -0400 |
commit | eec8cdb6d3443e827ab9d426dcbc77cade3ef140 (patch) | |
tree | 3dee8af0480a4155169ea9e5c0b6520559b41330 /views/default/css/lightbox.php | |
parent | faf35b951aa039c328e5b5ffb653067e06238c2c (diff) | |
download | elgg-eec8cdb6d3443e827ab9d426dcbc77cade3ef140.tar.gz elgg-eec8cdb6d3443e827ab9d426dcbc77cade3ef140.tar.bz2 |
Fixes #3818 fixed short tag and extra slash in URL for lightbox
Diffstat (limited to 'views/default/css/lightbox.php')
-rw-r--r-- | views/default/css/lightbox.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/css/lightbox.php b/views/default/css/lightbox.php index 55e6ec604..7d5917cc3 100644 --- a/views/default/css/lightbox.php +++ b/views/default/css/lightbox.php @@ -1,4 +1,4 @@ -<? +<?php /** * Fancybox lightbox CSS. * @@ -8,7 +8,7 @@ * @subpackage UI */ -$jquery_path = elgg_get_site_url() . '/vendors/jquery/'; +$jquery_path = elgg_get_site_url() . 'vendors/jquery/'; ?> /* |