mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Removed css from [td] (use [table] instead)
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
//<?php
|
//<?php
|
||||||
|
|
||||||
$class = e107::getBB()->getClass('td');
|
return "<td>".$code_text."</td>";
|
||||||
return "<td class='{$class}'>".$code_text."</td>";
|
|
||||||
|
Reference in New Issue
Block a user