Pull in xml_encode()
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
index 3bae08b..14e7608 100644 (file)
@@ -1,4 +1,4 @@
-%# $Id: layout.mc,v 1.5 2006-09-19 16:33:19 mike Exp $
+%# $Id: layout.mc,v 1.7 2006-09-25 16:47:36 mike Exp $
 <%args>
 $debug => undef
 $title
 <%args>
 $debug => undef
 $title
@@ -7,6 +7,7 @@ $component
 <%once>
 use lib "/usr/local/src/cvs/irspy/lib";
 use ZOOM::IRSpy;
 <%once>
 use lib "/usr/local/src/cvs/irspy/lib";
 use ZOOM::IRSpy;
+use ZOOM::IRSpy::Record qw(xml_encode);
 </%once>
 <& /chrome/head.mc, title => $title &>
   <table border="0" cellpadding="0" cellspacing="0" width="100%">
 </%once>
 <& /chrome/head.mc, title => $title &>
   <table border="0" cellpadding="0" cellspacing="0" width="100%">
@@ -24,6 +25,7 @@ use ZOOM::IRSpy;
     <td class="spacer">&nbsp;</td>
     <td valign="top">
 <& $component, %ARGS &>
     <td class="spacer">&nbsp;</td>
     <td valign="top">
 <& $component, %ARGS &>
+    </td>
    </tr>
   </table>
 <& /chrome/tail.mc &>
    </tr>
   </table>
 <& /chrome/tail.mc &>