summaryrefslogtreecommitdiff
path: root/httemplate/edit/router.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2009-10-06 15:49:04 +0000
committerjeff <jeff>2009-10-06 15:49:04 +0000
commit11b9239252db891d434626dacb7b9055d36fe904 (patch)
tree1b52af52c74a8feb86d96b238495d3efd56d0c6b /httemplate/edit/router.cgi
parent5a7134df962defd3d7771a77952be07d1610959a (diff)
replace disappearing line
Diffstat (limited to 'httemplate/edit/router.cgi')
-rwxr-xr-xhttemplate/edit/router.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/router.cgi b/httemplate/edit/router.cgi
index d1376780f..70eaa4576 100755
--- a/httemplate/edit/router.cgi
+++ b/httemplate/edit/router.cgi
@@ -45,6 +45,7 @@ my $callback = sub {
my $html_table_bottom = sub {
my $router = shift;
+ my $html = '';
foreach my $field ($router->virtual_fields) {
$html .= $router->pvf($field)->widget('HTML', 'edit', $router->get($field));
}