Skip to content

Commit

Permalink
fix inline complex example
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/HTML_Page/trunk@139450 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Klaus Guenther committed Sep 2, 2003
1 parent 542bf76 commit c1b9506
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Page.php
Expand Up @@ -90,7 +90,7 @@
* $p->setTitle("My page");
*
* // Add optional meta data
* $p->addMetaData("author", "My Name");
* $p->setMetaData("author", "My Name");
*
* // Put something into the body
* $p->addBodyContent = "<p>some text</p>";
Expand All @@ -108,6 +108,8 @@
*
* // print to browser
* $p->display();
* // output to file
* $p->toFile('example.html');
* </code>
*
* Simple XHTML declaration example:
Expand Down

0 comments on commit c1b9506

Please sign in to comment.