diff options
author | Mark Wells <mark@freeside.biz> | 2013-08-15 10:02:17 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-08-15 10:02:17 -0700 |
commit | b3f963a85180a0840a7ae7406bf869fd2a2a70b2 (patch) | |
tree | a8a019eee9bb9220f0371243bfb475bf4d0fc1c3 /httemplate/edit/process/bulk-part_pkg.html | |
parent | 4771c3a939c45be1cc2814a5d4c2696cb55212f0 (diff) |
fix spelling errors
Diffstat (limited to 'httemplate/edit/process/bulk-part_pkg.html')
-rw-r--r-- | httemplate/edit/process/bulk-part_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/bulk-part_pkg.html b/httemplate/edit/process/bulk-part_pkg.html index f546701e8..bc5137cdd 100644 --- a/httemplate/edit/process/bulk-part_pkg.html +++ b/httemplate/edit/process/bulk-part_pkg.html @@ -1,6 +1,6 @@ % if ( $error ) { % $cgi->param('error', $error); -<% $cgi->redirect(popurl(3).'/edit/bulk-part_pkg.cgi?', $cgi->query_string) %> +<% $cgi->redirect(popurl(3).'/edit/bulk-part_pkg.html?', $cgi->query_string) %> % } else { <% $cgi->redirect(popurl(3).'/browse/part_pkg.cgi') %> % } |