|
@@ 1605-1607 (lines=3) @@
|
| 1602 |
|
if ($l !== $lang) { |
| 1603 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'lang', $l)); |
| 1604 |
|
} |
| 1605 |
|
if (lang_dir($l) !== lang_dir($lang)) { |
| 1606 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'dir', lang_dir($l))); |
| 1607 |
|
} |
| 1608 |
|
if (!$options['echappe_span']) { |
| 1609 |
|
$trad = echappe_retour($trad, 'idiome'); |
| 1610 |
|
} |
|
@@ 1712-1714 (lines=3) @@
|
| 1709 |
|
$mode = preg_match(',</?(' . _BALISES_BLOCS . ')[>[:space:]],iS', $trad_propre) ? 'div' : 'span'; |
| 1710 |
|
$trad = code_echappement($trad, 'multi', false, $mode); |
| 1711 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'lang', $l)); |
| 1712 |
|
if (lang_dir($l) !== lang_dir($lang)) { |
| 1713 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'dir', lang_dir($l))); |
| 1714 |
|
} |
| 1715 |
|
if (!$options['echappe_span']) { |
| 1716 |
|
$trad = echappe_retour($trad, 'multi'); |
| 1717 |
|
} |