Changeset 9968
- Timestamp:
- 11/18/08 03:20:36 (2 months ago)
- Files:
-
- trunk/jaws/html/libraries/pear/XML/Util.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/libraries/pear/XML/Util.php
r9144 r9968 44 44 * @copyright 2003-2008 Stephan Schmidt <schst@php.net> 45 45 * @license http://opensource.org/licenses/bsd-license New BSD License 46 * @version CVS: $Id: Util.php,v 1.3 7 2008/05/22 07:47:11ashnazg Exp $46 * @version CVS: $Id: Util.php,v 1.38 2008/11/13 00:03:38 ashnazg Exp $ 47 47 * @link http://pear.php.net/package/XML_Util 48 48 */ … … 339 339 return sprintf('<!DOCTYPE %s%s>', $root, $ref); 340 340 } else { 341 return sprintf( '<!DOCTYPE %s%s [\n%s\n]>', $root, $ref, $internalDtd);341 return sprintf("<!DOCTYPE %s%s [\n%s\n]>", $root, $ref, $internalDtd); 342 342 } 343 343 }
