Author: peter Date: Thu Oct 15 14:54:27 2009 New Revision: 3758 Log: use LoC URI for ead.dtd to avoid the appearance of IE crash on EAD export. Fixes issue #1026
Modified: trunk/apps/qubit/modules/informationobject/templates/showEadSuccess.xml.php Modified: trunk/apps/qubit/modules/informationobject/templates/showEadSuccess.xml.php ============================================================================== --- trunk/apps/qubit/modules/informationobject/templates/showEadSuccess.xml.php Thu Oct 15 14:49:19 2009 (r3757) +++ trunk/apps/qubit/modules/informationobject/templates/showEadSuccess.xml.php Thu Oct 15 14:54:27 2009 (r3758) @@ -1,5 +1,5 @@ <?php echo '<?' ?>xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE ead PUBLIC "+//ISBN 1-931666-00-8//DTD ead.dtd (Encoded Archival Description (EAD) Version 2002)//EN" "ead.dtd"> +<!DOCTYPE ead PUBLIC "+//ISBN 1-931666-00-8//DTD ead.dtd (Encoded Archival Description (EAD) Version 2002)//EN" "http://lcweb2.loc.gov/xmlcommon/dtds/ead2002/ead.dtd"> <ead> --~--~---------~--~----~------------~-------~--~----~ 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.ca/group/qubit-commits?hl=en -~----------~----~----~----~------~----~------~--~---
