cvs: smarty /docs/en programmers.xml
"Nuno Lopes" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsnlopess1080141196@cvsserver> |
nlopess Wed Mar 24 10:13:16 2004 EDT
Modified files:
/smarty/docs/en programmers.xml
Log:
fixed tag
http://cvs.php.net/diff.php/smarty/docs/en/programmers.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/en/programmers.xml
diff -u smarty/docs/en/programmers.xml:1.3 smarty/docs/en/programmers.xml:1.4
--- smarty/docs/en/programmers.xml:1.3 Mon Mar 22 13:50:16 2004
+++ smarty/docs/en/programmers.xml Wed Mar 24 10:13:16 2004
@@ -20,7 +20,7 @@
// set path to Smarty directory
define("SMARTY_DIR","/usr/local/lib/php/Smarty/");
-require_once(SMARTY_DIR."Smarty.class.php");</programlisting>
+require_once(SMARTY_DIR."Smarty.class.php");
?>
]]>
</programlisting>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php