diff --git a/Repositories/Misc/cgi/users/home_local b/Repositories/Misc/cgi/users/home_local index ba55996..cca22c4 100755 --- a/Repositories/Misc/cgi/users/home_local +++ b/Repositories/Misc/cgi/users/home_local @@ -369,6 +369,7 @@ if( scalar @eprints == 0) { # No items, oh well. + $html->appendChild( $session->html_phrase( "cgi/users/home:no_depositing" )); return $html; } @@ -381,8 +382,7 @@ cellpadding=>3, cellspacing=>0, border=>0, - width=>"100%", - style=>"border-collapse:collapse;" ); + width=>"100%" ); my $e; my $cnt = 0; my $row = 0; @@ -464,8 +464,7 @@ cellpadding=>3, cellspacing=>0, border=>0, - width=>"100%", - style=>"border-collapse:collapse;" ); + width=>"100%" ); $html->appendChild( $table ); my $row = 0; foreach my $e (@eprints) @@ -520,8 +519,7 @@ cellpadding=>3, cellspacing=>0, border=>0, - width=>"100%", - style=>"border-collapse:collapse;" ); + width=>"100%" ); $html->appendChild( $table ); my $e; my $cnt = 0;