mohrt Tue Jan 4 12:17:50 2005 EDT
Modified files:
/smarty/docs/en/designers/language-custom-functions
language-function-html-options.xml
Log:
fix typo
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml?r1=1.2&r2=1.3&ty=u
Index:
smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml
diff -u
smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.2
smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.3
---
smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.2
Sat Nov 20 21:04:01 2004
+++
smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml
Tue Jan 4 12:17:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="language.function.html.options">
<title>html_options</title>
<informaltable frame="all">
@@ -87,7 +87,7 @@
$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');
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|