|
@@ 1535-1537 (lines=3) @@
|
| 1532 |
|
if ($l !== $lang) { |
| 1533 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'lang', $l)); |
| 1534 |
|
} |
| 1535 |
|
if (lang_dir($l) !== lang_dir($lang)) { |
| 1536 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'dir', lang_dir($l))); |
| 1537 |
|
} |
| 1538 |
|
if (!$options['echappe_span']) { |
| 1539 |
|
$trad = echappe_retour($trad, 'idiome'); |
| 1540 |
|
} |
|
@@ 1642-1644 (lines=3) @@
|
| 1639 |
|
$mode = preg_match(',</?(' . _BALISES_BLOCS . ')[>[:space:]],iS', $trad_propre) ? 'div' : 'span'; |
| 1640 |
|
$trad = code_echappement($trad, 'multi', false, $mode); |
| 1641 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'lang', $l)); |
| 1642 |
|
if (lang_dir($l) !== lang_dir($lang)) { |
| 1643 |
|
$trad = str_replace("'", '"', inserer_attribut($trad, 'dir', lang_dir($l))); |
| 1644 |
|
} |
| 1645 |
|
if (!$options['echappe_span']) { |
| 1646 |
|
$trad = echappe_retour($trad, 'multi'); |
| 1647 |
|
} |