From 9ad2a361ba8aee9c79000dd3ceebd740757256d4 Mon Sep 17 00:00:00 2001 From: mohrt Date: Tue, 4 Jan 2005 17:17:50 +0000 Subject: [PATCH] fix typo --- .../language-function-html-options.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/designers/language-custom-functions/language-function-html-options.xml b/docs/en/designers/language-custom-functions/language-function-html-options.xml index 8eb2528e..56a66714 100644 --- a/docs/en/designers/language-custom-functions/language-function-html-options.xml +++ b/docs/en/designers/language-custom-functions/language-function-html-options.xml @@ -87,7 +87,7 @@ require('Smarty.class.php'); $smarty = new Smarty; $smarty->assign('cust_ids', array(1000,1001,1002,1003)); $smarty->assign('cust_names', array('Joe Schmoe','Jack Smith','Jane -Johnson','Carlie Brown')); +Johnson','Charlie Brown')); $smarty->assign('customer_id', 1001); $smarty->display('index.tpl');