Changeset 46

Show
Ignore:
Timestamp:
03/13/06 13:44:51 (3 years ago)
Author:
mrook
Message:

Don't use single quotes to escape title (closes issue #14)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/classes/phing/tasks/ext/phpdoc/PHPDocumentorTask.php

    r1 r46  
    123123                        if ($this->title) 
    124124                        { 
    125                                 $arguments.= "-ti '" . $this->title . "' "; 
     125                                $arguments.= "-ti \"" . $this->title . "\" "; 
    126126                        } 
    127127