|
@@ 1644-1646 (lines=3) @@
|
| 1641 |
|
if (is_bool($options)) { |
| 1642 |
|
$options = array('echappe_span' => $options); |
| 1643 |
|
} |
| 1644 |
|
if (!isset($options['echappe_span'])) { |
| 1645 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1646 |
|
} |
| 1647 |
|
|
| 1648 |
|
foreach ($regs as $reg) { |
| 1649 |
|
$cle = ($reg[1] ? $reg[1] . ':' : '') . $reg[2]; |
|
@@ 1731-1733 (lines=3) @@
|
| 1728 |
|
if (is_bool($options)) { |
| 1729 |
|
$options = array('echappe_span' => $options, 'lang_defaut' => _LANGUE_PAR_DEFAUT); |
| 1730 |
|
} |
| 1731 |
|
if (!isset($options['echappe_span'])) { |
| 1732 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1733 |
|
} |
| 1734 |
|
if (!isset($options['lang_defaut'])) { |
| 1735 |
|
$options = array_merge($options, array('lang_defaut' => _LANGUE_PAR_DEFAUT)); |
| 1736 |
|
} |