Defensive xml_encode() calling.
[irspy-moved-to-github.git] / web / htdocs / edit.html
1 %# $Id: edit.html,v 1.2 2006-11-14 14:55:28 mike Exp $
2 <%args>
3 $id => undef
4 </%args>
5 <& /chrome/layout.mc, %ARGS,
6     title => (defined $id ? "Edit" : "New") . " target record",
7     component => "/details/edit.mc" &>