[otrs-cvs] CVS: otrs/Kernel/Output/HTML Layout.pm,1.8,1.9
cvs-log at otrs.org
cvs-log at otrs.org
Tue Aug 1 22:03:34 CEST 2006
Update of /home/cvs/otrs/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv12609/Kernel/Output/HTML
Modified Files:
Layout.pm
Log Message:
removed "/" html quote
Index: Layout.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Layout.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Layout.pm 31 Jul 2006 13:26:29 -0000 1.8
--- Layout.pm 1 Aug 2006 19:03:31 -0000 1.9
***************
*** 1373,1377 ****
$Text =~ s/</</g;
$Text =~ s/>/>/g;
! $Text =~ s/"/"/g;
$Text =~ s/'/'/g;
# text -> html format quoting
--- 1373,1377 ----
$Text =~ s/</</g;
$Text =~ s/>/>/g;
! # $Text =~ s/"/"/g;
$Text =~ s/'/'/g;
# text -> html format quoting
More information about the cvs-log
mailing list