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~54^2~801 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=647329e10a87073556cb2a9726b129ff40ba125d;p=irspy-moved-to-github.git 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 &>