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.

Reply via email to