|
@@ 1610-1612 (lines=3) @@
|
| 1607 |
|
if ($l !== $lang) { |
| 1608 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'lang', $l)); |
| 1609 |
|
} |
| 1610 |
|
if (lang_dir($l) !== lang_dir($lang)) { |
| 1611 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'dir', lang_dir($l))); |
| 1612 |
|
} |
| 1613 |
|
if (!$options['echappe_span']) { |
| 1614 |
|
$trad = echappe_retour($trad, 'idiome'); |
| 1615 |
|
} |
|
@@ 1717-1719 (lines=3) @@
|
| 1714 |
|
$mode = preg_match(',</?(' . _BALISES_BLOCS . ')[>[:space:]],iS', $trad_propre) ? 'div' : 'span'; |
| 1715 |
|
$trad = code_echappement($trad, 'multi', false, $mode); |
| 1716 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'lang', $l)); |
| 1717 |
|
if (lang_dir($l) !== lang_dir($lang)) { |
| 1718 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'dir', lang_dir($l))); |
| 1719 |
|
} |
| 1720 |
|
if (!$options['echappe_span']) { |
| 1721 |
|
$trad = echappe_retour($trad, 'multi'); |
| 1722 |
|
} |