We have moved to Github. Please open tickets there.

Opened 20 months ago

Closed 20 months ago

Last modified 19 months ago

#3818 closed Defect (fixed)

Shorttag in fancybox css file

Reported by: coldtrick Owned by:
Priority: normal Milestone: Elgg 1.8.1b
Component: Core Version: 1.8
Severity: major Keywords:
Cc: brett@… Difficulty: trivial

Description

In the default/css/lightbox.php file a short tag opens the file. This should be a normal php opening tag. Breaks lightbox use on many sites.

Change History (4)

comment:1 Changed 20 months ago by coldtrick

Also the path to jquery contains a duplicate /.

it should be

$jquery_path = elgg_get_site_url() . 'vendors/jquery/';

instead of

$jquery_path = elgg_get_site_url() . '/vendors/jquery/';

comment:2 Changed 20 months ago by cash

  • Difficulty set to trivial
  • Milestone changed from Needs Review to Elgg 1.8.1b

comment:3 Changed 20 months ago by Cash Costello

  • Resolution set to fixed
  • Status changed from new to closed

Fixes #3818 fixed short tag and extra slash in URL for lightbox

Changeset: eec8cdb6d3443e827ab9d426dcbc77cade3ef140

comment:4 Changed 19 months ago by Cash Costello

Fixes #3818 fixed short tag and extra slash in URL for lightbox

Changeset: eec8cdb6d3443e827ab9d426dcbc77cade3ef140

Note: See TracTickets for help on using tickets.