From ad47cf70bdd0116d1d4a6c0b4157950dcf030ba1 Mon Sep 17 00:00:00 2001 From: nlopess Date: Thu, 10 Feb 2005 16:52:47 +0000 Subject: [PATCH] fix php error in example --- docs/fr/designers/language-combining-modifiers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/designers/language-combining-modifiers.xml b/docs/fr/designers/language-combining-modifiers.xml index 907afc24..9225c5ae 100644 --- a/docs/fr/designers/language-combining-modifiers.xml +++ b/docs/fr/designers/language-combining-modifiers.xml @@ -16,7 +16,7 @@ $smarty = new Smarty; $smarty->assign('titreArticle', 'Les fumeurs sont productifs, mais la mort -tue l'efficacitée.'); +tue l\'efficacitée.'); $smarty->display('index.tpl'); ?>