fixed typo

This commit is contained in:
Bernhard Posselt
2012-10-29 18:25:28 +01:00
parent c4ff1016b9
commit d90f3c9b0a

View File

@@ -32,7 +32,7 @@ It's actually pretty simple. For instance take a look at this example:
<p><?php p($entry); ?></p>
<?php
}
$this->inc('sub.inc.php');
$this->inc('sub.inc');
?>