~ubuntu-branches/ubuntu/maverick/mahara/maverick-updates

« back to all changes in this revision

Viewing changes to htdocs/lib/htmlpurifier/HTMLPurifier/HTMLModule/SafeObject.php

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-07-06 17:35:06 UTC
  • mfrom: (6.3.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100706173506-gxhn0lwqm0v2ikoo
Tags: 1.2.5-2
* Remove postgresql8.3 from recommends, add postgresql8.4
* Add mysql-server-5.1 to recommends

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                'type'   => 'Enum#application/x-shockwave-flash',
29
29
                'width'  => 'Pixels#' . $max,
30
30
                'height' => 'Pixels#' . $max,
31
 
                'data'   => 'URI#embedded'
 
31
                'data'   => 'URI#embedded',
 
32
                'classid' => 'Enum#clsid:d27cdb6e-ae6d-11cf-96b8-444553540000',
 
33
                'codebase' => new HTMLPurifier_AttrDef_Enum(array(
 
34
                    'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0')),
32
35
            )
33
36
        );
34
37
        $object->attr_transform_post[] = new HTMLPurifier_AttrTransform_SafeObject();