From: Mike Taylor Date: Wed, 1 Nov 2006 10:01:14 +0000 (+0000) Subject: Import modify_xml_document() instead of dom_add_element() X-Git-Tag: CPAN-v1.02~856 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=3e66ce37f8d9b3cf5a726d158580fa581e5dfde6 Import modify_xml_document() instead of dom_add_element() --- diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index cead509..88cc9e1 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.14 2006-10-31 09:26:34 mike Exp $ +%# $Id: layout.mc,v 1.15 2006-11-01 10:01:14 mike Exp $ <%args> $debug => undef $title @@ -7,7 +7,7 @@ $component <%once> use URI::Escape; use ZOOM::IRSpy::Web; -use ZOOM::IRSpy::Utils qw(irspy_xpath_context xml_encode dom_add_element); +use ZOOM::IRSpy::Utils qw(irspy_xpath_context xml_encode modify_xml_document); <& /chrome/head.mc, title => $title &>