I found a small bug, at least on my forum, that causes this modification to interfere with the feature that allows you to edit thread titles from the forum display page (double clicking the thread title).
I found that in the line below the highlighted code was the problem. Removing that id tag fixed this issue and the table still functioned correctly.
Quote:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
|