fixed ac wrapper
This commit is contained in:
parent
b9d62d4818
commit
7f9c225246
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ sub www_manageProjects {
|
||||||
|;
|
|;
|
||||||
}
|
}
|
||||||
$output .= "</tbody></table>";
|
$output .= "</tbody></table>";
|
||||||
return $output
|
return $self->_acWrapper($output, $i18n->get("manage projects screen label"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue