diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 9bafbd249..514f86f80 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -8,6 +8,7 @@ Finegan, Core Mobility) - fix: the fileImport script did not resize vertical images. (Martin Kamerbeek / Oqapi) - fix: TrashClipboard.pm (thanks to Erik Svanberg for the patch) + - fix: Manage events in time tracker goofed up (perlDreamer Consulting, LLC) 7.3.11 - Added an option for enabling coverage tests to testCodebase.pl. diff --git a/lib/WebGUI/Asset/Wobject/TimeTracking.pm b/lib/WebGUI/Asset/Wobject/TimeTracking.pm index 6610bc003..950cedf8d 100644 --- a/lib/WebGUI/Asset/Wobject/TimeTracking.pm +++ b/lib/WebGUI/Asset/Wobject/TimeTracking.pm @@ -468,7 +468,7 @@ sub www_manageProjects { $errorMessage = qq|$_[0]| if($_[0]); my $output .= qq| - $errorMessage; + $errorMessage
@@ -526,7 +526,7 @@ sub www_manageProjects { $output .= qq|| } - $output .= "
$noProjects
"; + $output .= "
"; my $css = q|