|
@@ 1608-1610 (lines=3) @@
|
| 1605 |
|
if (is_bool($options)) { |
| 1606 |
|
$options = array('echappe_span' => $options); |
| 1607 |
|
} |
| 1608 |
|
if (!isset($options['echappe_span'])) { |
| 1609 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1610 |
|
} |
| 1611 |
|
|
| 1612 |
|
foreach ($regs as $reg) { |
| 1613 |
|
$cle = ($reg[1] ? $reg[1] . ':' : '') . $reg[2]; |
|
@@ 1695-1697 (lines=3) @@
|
| 1692 |
|
if (is_bool($options)) { |
| 1693 |
|
$options = array('echappe_span' => $options, 'lang_defaut' => _LANGUE_PAR_DEFAUT); |
| 1694 |
|
} |
| 1695 |
|
if (!isset($options['echappe_span'])) { |
| 1696 |
|
$options = array_merge($options, array('echappe_span' => false)); |
| 1697 |
|
} |
| 1698 |
|
if (!isset($options['lang_defaut'])) { |
| 1699 |
|
$options = array_merge($options, array('lang_defaut' => _LANGUE_PAR_DEFAUT)); |
| 1700 |
|
} |