[Rt-commit] r19712 - rt/3.8/branches/3.8.3-releng/share/html/Elements

falcone at bestpractical.com falcone at bestpractical.com
Mon May 18 16:02:44 EDT 2009


Author: falcone
Date: Mon May 18 16:02:44 2009
New Revision: 19712

Modified:
   rt/3.8/branches/3.8.3-releng/share/html/Elements/MessageBox

Log:
* quiet a warning

Modified: rt/3.8/branches/3.8.3-releng/share/html/Elements/MessageBox
==============================================================================
--- rt/3.8/branches/3.8.3-releng/share/html/Elements/MessageBox	(original)
+++ rt/3.8/branches/3.8.3-releng/share/html/Elements/MessageBox	Mon May 18 16:02:44 2009
@@ -65,7 +65,7 @@
 }
 
 # wrap="something" seems to really break IE + richtext
-my $wrap_type;
+my $wrap_type = '';
 if ( not RT->Config->Get('MessageBoxRichText',  $session{'CurrentUser'}) ) {
     $wrap_type = qq(wrap="$Wrap");
 }


More information about the Rt-commit mailing list