[Rt-commit] r14059 - in rt/branches/3.999-DANGEROUS: lib/RT/Interface
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jul 14 06:13:11 EDT 2008
Author: sunnavy
Date: Mon Jul 14 06:13:11 2008
New Revision: 14059
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm
Log:
r14400 at sunnavys-mb: sunnavy | 2008-07-14 18:01:36 +0800
name fix
Modified: rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm Mon Jul 14 06:13:11 2008
@@ -246,14 +246,14 @@
return $content unless $sigonly;
# Find the signature
- my $sig = $args{'current_user'}->user_object->Signature || '';
+ my $sig = $args{'current_user'}->user_object->signature || '';
$sig =~ s/^\s*|\s*$//g;
# Check for plaintext sig
return '' if not $html and $content =~ /^\s*(--)?\s*\Q$sig\E\s*$/;
# Check for html-formatted sig
- RT::Interface::Web::EscapeUTF8( \$sig );
+ RT::Interface::Web::escape_utf8( \$sig );
return ''
if $html
and $content =~
More information about the Rt-commit
mailing list