<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p> </p>
<p>On 06.12.2012 12:35, Thomas Sibley wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">
<pre>On 12/06/2012 09:20 AM, Russell Jones wrote:</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">Just ran into this issue as well - was attempting to make a table using the built-in rich text editor. Submit the ticket and the table is lost. I followed the page you provided Kevin with no change in the behavior. I also cleared the mason cache just to make sure but it still shows both my old tickets with the table gone, as well as any new ones I make. Am I missing something on how to implement this?</blockquote>
<pre>Show us the Web_Local.pm you created and the path you put it at?  Also,
your RT version?
--------
We're hiring! <a href="http://bestpractical.com/jobs">http://bestpractical.com/jobs</a>
</pre>
</blockquote>
<p>Thanks for the help Thomas!<br /><br /></p>
<p>This is on RT 4.0.5. RT is installed in /var/www/html on this box:</p>
<p><span style="font-family: 'courier new', courier;"></span></p>
<p><span style="font-family: 'courier new', courier;">[root@hous0301 lib]# cd /var/www/html</span><br /><span style="font-family: 'courier new', courier;">[root@hous0301 html]# ls -al</span><br /><span style="font-family: 'courier new', courier;">total 112</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 13 root root 4096 May 30 2012 .</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 7 root root 4096 May 30 2012 ..</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 2 apache apache 4096 May 30 2012 bin</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 4 apache apache 4096 May 2 2012 build</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 4 apache apache 4096 May 30 2012 docs</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 2 apache apache 4096 Jul 25 10:25 etc</span><br /><span style="font-family: 'courier new', courier;">-rw-r--r-- 1 apache apache 184 May 30 2012 .htaccess</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 3 apache apache 4096 May 30 2012 lib</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 7 apache apache 4096 Feb 8 2012 local</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 2 apache apache 4096 Apr 12 2012 logs</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 2 apache apache 4096 May 30 2012 sbin</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 2 apache apache 4096 Apr 12 2012 scripts</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 5 apache apache 4096 Feb 8 2012 share</span><br /><span style="font-family: 'courier new', courier;">drwxr-xr-x 6 apache apache 4096 Dec 6 11:51 var</span></p>
<p><span style="font-family: 'courier new', courier;"> </span></p>
<p> </p>
<p>Here's the Web_Local.pm:</p>
<p><span style="font-family: 'courier new', courier;">[root@hous0301 Interface]# pwd</span></p>
<p><span style="font-family: 'courier new', courier;">/var/www/html/local/lib/RT/Interface</span></p>
<p><span style="font-family: 'courier new', courier;">[root@hous0301 Interface]# cat Web_Local.pm</span><br /><span style="font-family: 'courier new', courier;">package HTML::Mason::Commands;</span><br /><span style="font-family: 'courier new', courier;"># Let tables through</span><br /><span style="font-family: 'courier new', courier;">push @SCRUBBER_ALLOWED_TAGS, qw(TABLE THEAD TBODY TFOOT TR TD TH);</span><br /><span style="font-family: 'courier new', courier;">1;</span></p>
<div> </div>
</body></html>