1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Removed css from [td] (use [table] instead)

This commit is contained in:
Cameron
2013-06-14 18:27:55 -07:00
parent f9f90451c0
commit 177722248d

View File

@@ -1,4 +1,3 @@
//<?php
$class = e107::getBB()->getClass('td');
return "<td class='{$class}'>".$code_text."</td>";
return "<td>".$code_text."</td>";