Changeset 12150
- Timestamp:
- 10/12/08 09:17:35 (5 years ago)
- Files:
-
- branches/1.2/lib/exception/data/error.xml.php (modified) (1 diff)
- branches/1.2/lib/exception/data/exception.xml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/exception/data/error.xml.php
r12138 r12150 1 <? xml version="1.0" encoding="<?php echo sfConfig::get('sf_charset', 'UTF-8') ?>"?>1 <?php echo sprintf('<?xml version="1.0" encoding="%s" ?>', sfConfig::get('sf_charset', 'UTF-8')) ?> 2 2 <error code="<?php echo $code ?>" message="<?php echo $text ?>" /> branches/1.2/lib/exception/data/exception.xml.php
r12138 r12150 1 <? xml version="1.0" encoding="<?php echo sfConfig::get('sf_charset', 'UTF-8') ?>"?>1 <?php echo sprintf('<?xml version="1.0" encoding="%s" ?>', sfConfig::get('sf_charset', 'UTF-8')) ?> 2 2 <error code="<?php echo $code ?>" message="<?php echo $text ?>"> 3 3 <debug>