[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-96-g1efbed8

Kevin Falcone falcone at bestpractical.com
Wed Jan 13 14:49:52 EST 2010


The branch, 3.8-trunk has been updated
       via  1efbed85cd24657052bcf92d37b1cb61feb84247 (commit)
      from  bc9d89e9af510ebc274e633bf569de0250878319 (commit)

Summary of changes:
 share/html/NoAuth/Logout.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 1efbed85cd24657052bcf92d37b1cb61feb84247
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jan 13 14:49:42 2010 -0500

    missing semicolon

diff --git a/share/html/NoAuth/Logout.html b/share/html/NoAuth/Logout.html
index 5c99d33..f795658 100755
--- a/share/html/NoAuth/Logout.html
+++ b/share/html/NoAuth/Logout.html
@@ -64,7 +64,7 @@
 % $m->abort();
 
 <%INIT>
-my $URL = RT->Config->Get('WebPath')."/"
+my $URL = RT->Config->Get('WebPath')."/";
 $m->callback( %ARGS, CallbackName => 'BeforeSessionDelete' );
 
 if (defined %session) {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list