git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16129 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -160,9 +160,9 @@ class Zend_Tool_Framework_Client_Console_HelpSystem
*/
protected function _respondWithHeader()
{
- /**
- * @see Zend_Version
- */
+ /**
+ * @see Zend_Version
+ */
require_once 'Zend/Version.php';
$this->_response->appendContent('Zend Framework', array('color' => array('hiWhite'), 'separator' => false));
$this->_response->appendContent(' Command Line Console Tool v' . Zend_Version::VERSION . '');