fix php error in example

This commit is contained in:
nlopess
2005-02-10 16:52:47 +00:00
parent 8e3ad00914
commit ad47cf70bd

View File

@@ -16,7 +16,7 @@
$smarty = new Smarty;
$smarty->assign('titreArticle', 'Les fumeurs sont productifs, mais la mort
tue l'efficacit<69>e.');
tue l\'efficacit<69>e.');
$smarty->display('index.tpl');
?>