fixed bug resulting in invalid XHTML
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 8 Jun 2009 21:57:12 +0000 (16:57 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 8 Jun 2009 21:57:47 +0000 (16:57 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
admin/authorised_values.pl

index 30da72a..c90b51f 100755 (executable)
@@ -223,8 +223,8 @@ sub default_form {
                $row_data{authorised_value} = $results->[$i]{'authorised_value'};
                $row_data{lib}              = $results->[$i]{'lib'};
                $row_data{imageurl}         = getitemtypeimagelocation( 'intranet', $results->[$i]{'imageurl'} );
-               $row_data{edit}             = "$script_name?op=add_form&amp;id=".$results->[$i]{'id'}."&offset=$offset";
-               $row_data{delete}           = "$script_name?op=delete_confirm&amp;searchfield=$searchfield&amp;id=".$results->[$i]{'id'}."&offset=$offset";
+               $row_data{edit}             = "$script_name?op=add_form&amp;id=".$results->[$i]{'id'}."&amp;offset=$offset";
+               $row_data{delete}           = "$script_name?op=delete_confirm&amp;searchfield=$searchfield&amp;id=".$results->[$i]{'id'}."&amp;offset=$offset";
                push(@loop_data, \%row_data);
        }