mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
fix php error in example
This commit is contained in:
@@ -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');
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user