[Bps-public-commit] rt-extension-jsgantt branch, master, updated. d986a04b599bdbbfd839ffd97d14656a4c4311c4
? sunnavy
sunnavy at bestpractical.com
Tue Jun 29 15:37:05 EDT 2010
The branch, master has been updated
via d986a04b599bdbbfd839ffd97d14656a4c4311c4 (commit)
from 0a1b07097b4caaee0bd32346a7eb00935f131064 (commit)
Summary of changes:
html/Search/JSGantt.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d986a04b599bdbbfd839ffd97d14656a4c4311c4
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Jun 30 03:38:18 2010 +0800
stupid bug
diff --git a/html/Search/JSGantt.html b/html/Search/JSGantt.html
index bee6d82..eeb5c01 100644
--- a/html/Search/JSGantt.html
+++ b/html/Search/JSGantt.html
@@ -41,8 +41,8 @@
% my ( $min_start, $min_start_obj );
% while ( my $Ticket = $Tickets->Next ) {
% my $subject = $Ticket->Subject;
-% $subject =~ s/'/\\'/g;
% $subject =~ s/\\/\\\\/g;
+% $subject =~ s/'/\\'/g;
% my ( $start, $end ) = ('', '');
% my ( $start_obj, $end_obj );
% if ( $Ticket->StartsObj->Unix ) {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list