@@ -335,7 +335,7 @@ function access_row() {
335
335
if ( isset ( $ t_project_workflow ['exit ' ][$ t_status ][$ t_status ] ) ) {
336
336
$ t_validation_result .= '<tr ' . helper_alternate_class () . '><td> '
337
337
. MantisEnum::getLabel ( $ t_lang_enum_status , $ t_status )
338
- . '</td><td bgcolor="#FFED4F"> ' . lang_get ( 'superfluous ' ) . '</td> ' ;
338
+ . '</td><td bgcolor="#FFED4F"> ' . lang_get ( 'superfluous ' ) . '</td></tr> ' ;
339
339
}
340
340
}
341
341
@@ -344,7 +344,7 @@ function access_row() {
344
344
if ( ( 0 == count ( $ t_project_workflow ['entry ' ][$ t_status ] ) ) && ( 0 < count ( $ t_project_workflow ['exit ' ][$ t_status ] ) ) ){
345
345
$ t_validation_result .= '<tr ' . helper_alternate_class () . '><td> '
346
346
. MantisEnum::getLabel ( $ t_lang_enum_status , $ t_status )
347
- . '</td><td bgcolor="#FF0088"> ' . lang_get ( 'unreachable ' ) . '</td> ' ;
347
+ . '</td><td bgcolor="#FF0088"> ' . lang_get ( 'unreachable ' ) . '</td></tr> ' ;
348
348
}
349
349
}
350
350
@@ -353,7 +353,7 @@ function access_row() {
353
353
if ( ( 0 == count ( $ t_project_workflow ['exit ' ][$ t_status ] ) ) && ( 0 < count ( $ t_project_workflow ['entry ' ][$ t_status ] ) ) ){
354
354
$ t_validation_result .= '<tr ' . helper_alternate_class () . '><td> '
355
355
. MantisEnum::getLabel ( $ t_lang_enum_status , $ t_status )
356
- . '</td><td bgcolor="#FF0088"> ' . lang_get ( 'no_exit ' ) . '</td> ' ;
356
+ . '</td><td bgcolor="#FF0088"> ' . lang_get ( 'no_exit ' ) . '</td></tr> ' ;
357
357
}
358
358
}
359
359
@@ -362,7 +362,7 @@ function access_row() {
362
362
if ( ( 0 == count ( $ t_project_workflow ['exit ' ][$ t_status ] ) ) && ( 0 == count ( $ t_project_workflow ['entry ' ][$ t_status ] ) ) ){
363
363
$ t_validation_result .= '<tr ' . helper_alternate_class () . '><td> '
364
364
. MantisEnum::getLabel ( $ t_lang_enum_status , $ t_status )
365
- . '</td><td bgcolor="#FF0088"> ' . lang_get ( 'unreachable ' ) . '<br /> ' . lang_get ( 'no_exit ' ) . '</td> ' ;
365
+ . '</td><td bgcolor="#FF0088"> ' . lang_get ( 'unreachable ' ) . '<br /> ' . lang_get ( 'no_exit ' ) . '</td></tr> ' ;
366
366
}
367
367
}
368
368
0 commit comments