[
https://issues.apache.org/jira/browse/LOG4PHP-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gavin closed LOG4PHP-58.
------------------------
Resolution: Fixed
Great, thanks Christian, fixed r797855
> HTML encoding typo on Quickstart page
> -------------------------------------
>
> Key: LOG4PHP-58
> URL: https://issues.apache.org/jira/browse/LOG4PHP-58
> Project: Log4php
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 2.2
> Reporter: Christian Hammers
>
> Hello
> I don't know what apt is (besides the Debian package manager frontend) but it
> seems not to need HTML encodings:
> http://ci.apache.org/projects/log4php/quickstart.html
> bye,
> -christian-
> --- src/site/apt/quickstart.apt (Revision 797819)
> +++ src/site/apt/quickstart.apt (Arbeitskopie)
> @@ -62,8 +62,8 @@
> private $logger;
>
> public function __construct() {
> - $this->logger = LoggerManager::getLogger('mylogger');
> - $this->logger->info('Hello!');
> + $this->logger = LoggerManager::getLogger('mylogger');
> + $this->logger->info('Hello!');
> }
> }
> +--
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.