Changeset 50440 in spip-zone
- Timestamp:
- Aug 12, 2011, 8:36:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/tests/filtres/balise_img.php
r43367 r50440 36 36 0 => 37 37 array ( 38 0 => '<img src=\'http://www.spip.net/squelettes/img/spip.png\' width=\'403\' height=\'137\' alt=\'\' />',38 0 => '<img src=\'http://www.spip.net/squelettes/img/spip.png\' alt=\'\' width=\'403\' height=\'137\' />', 39 39 1 => 'http://www.spip.net/squelettes/img/spip.png', 40 40 ), 41 41 1 => 42 42 array ( 43 0 => '<img src=\'prive/images/logo_spip.jpg\' width=\'105\' height=\'92\' alt=\'\' />',43 0 => '<img src=\'prive/images/logo_spip.jpg\' alt=\'\' width=\'105\' height=\'92\' />', 44 44 1 => 'prive/images/logo_spip.jpg', 45 45 ), 46 46 2 => 47 47 array ( 48 0 => '<img src=\'prive/images/logo-spip.gif\' width=\'267\' height=\'170\' alt=\'\' />',48 0 => '<img src=\'prive/images/logo-spip.gif\' alt=\'\' width=\'267\' height=\'170\' />', 49 49 1 => 'prive/images/logo-spip.gif', 50 50 ), … … 56 56 4 => 57 57 array ( 58 0 => '<img src=\'prive/images/searching.gif\' width=\'16\' height=\'16\' alt=\'\' />',58 0 => '<img src=\'prive/images/searching.gif\' alt=\'\' width=\'16\' height=\'16\' />', 59 59 1 => 'prive/images/searching.gif', 60 60 ), 61 61 6 => 62 62 array ( 63 0 => '<img src=\'prive/images/searching.gif\' width=\'16\' height=\'16\' alt=\'attendez\' class=\'loading\' />',63 0 => '<img src=\'prive/images/searching.gif\' alt=\'attendez\' class=\'loading\' width=\'16\' height=\'16\' />', 64 64 1 => 'prive/images/searching.gif', 65 65 2 => 'attendez',
Note: See TracChangeset
for help on using the changeset viewer.