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:
@@ -1,4 +1,3 @@
|
||||
//<?php
|
||||
|
||||
$class = e107::getBB()->getClass('td');
|
||||
return "<td class='{$class}'>".$code_text."</td>";
|
||||
return "<td>".$code_text."</td>";
|
||||
|
Reference in New Issue
Block a user