fix bug 2654115
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2827 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
dc8c982e6f
commit
55ccd3a290
@ -557,8 +557,8 @@ sub entries {
|
||||
# Parse log entries
|
||||
##################################
|
||||
foreach ( @entries ) {
|
||||
if ( /tabindex=\d+><\/td><td>(.*)<\/td><td / ) {
|
||||
my $values = $1;
|
||||
if ( /tabindex=(\d+)><\/td><td>(.*)<\/td><\/tr>/ ){
|
||||
my $values = $2;
|
||||
$values =~ s/<\/td><td>/ /g;
|
||||
$result.= "$values\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user