From 383ee7cb98db086570669da52c86f2b37f29599d Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 25 Sep 2006 16:52:30 +0000 Subject: [PATCH] Rely on layout.mc to pull in xml_encode() --- web/htdocs/details/found.mc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index c502dd1..4bdf8d6 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -1,8 +1,7 @@ -%# $Id: found.mc,v 1.10 2006-09-25 14:58:20 mike Exp $ +%# $Id: found.mc,v 1.11 2006-09-25 16:52:30 mike Exp $ <%once> use XML::LibXML; use XML::LibXML::XPathContext; -use ZOOM::IRSpy::Record qw(xml_encode); use URI::Escape; sub print_navlink { -- 1.7.10.4