[PHPLIB-DEV] cvs commit From: kk (phplib-dev <email protected>)
Date: 10/26/99

From: kk
Date: Tue Oct 26 14:04:41 1999
Modified files:
      php-lib/doc/sgml/04-template.sgml

Log message:
- Too many fingers on keyboard error, change operator.

Index: php-lib/doc/sgml/04-template.sgml
diff -u php-lib/doc/sgml/04-template.sgml:1.2 php-lib/doc/sgml/04-template.sgml:1.3
--- php-lib/doc/sgml/04-template.sgml:1.2 Tue Oct 26 14:03:21 1999
+++ php-lib/doc/sgml/04-template.sgml Tue Oct 26 14:04:11 1999
@@ -1,4 +1,4 @@
-<!-- $Id: 04-template.sgml,v 1.2 1999/10/26 12:03:21 kk Exp $ -->
+<!-- $Id: 04-template.sgml,v 1.3 1999/10/26 12:04:11 kk Exp $ -->
 <sect1>Template
 <p>
 <em/Note:/ If you think that this is like FastTemplates, read
@@ -313,7 +313,7 @@
   $t-&gt;parse("OUT", array("box", "page"));
 
   # finish out and print it.
- $t-&gt;p("out");
+ $t-&gt;p("OUT");
 ?&gt;
 &lt;hr&gt;
 &lt;?php

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.