Author: jablko
Date: Sat Nov 21 11:05:28 2009
New Revision: 3935

Log:
Copy pattern from symfony/lib/exception/data/*.xml.php, like revision 3934

Modified:
   trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.xml.php
   trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.xml.php

Modified: 
trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.xml.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.xml.php  
Sat Nov 21 11:01:50 2009        (r3934)
+++ trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.xml.php  
Sat Nov 21 11:05:28 2009        (r3935)
@@ -1,4 +1,4 @@
-<?php echo '<?' ?>xml version="1.0" encoding="utf-8" ?>
+<?php echo '<?xml version="1.0" encoding="'.sfConfig::get('sf_charset', 
'UTF-8')."\" ?>\n" ?>
 
 <metadata
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

Modified: 
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.xml.php
==============================================================================
--- 
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.xml.php    
    Sat Nov 21 11:01:50 2009        (r3934)
+++ 
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.xml.php    
    Sat Nov 21 11:05:28 2009        (r3935)
@@ -1,4 +1,4 @@
-<?php echo '<?' ?>xml version="1.0" encoding="utf-8" ?>
+<?php echo '<?xml version="1.0" encoding="'.sfConfig::get('sf_charset', 
'UTF-8')."\" ?>\n" ?>
 
 <mods xmlns:xlink="http://www.w3.org/1999/xlink";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

--

You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=.


Reply via email to