1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 10:38:08 +01:00

Added bootstrap css style to table bbcode.

This commit is contained in:
Cameron 2013-06-14 18:08:47 -07:00
parent 76986a83c6
commit f2c69d1de0

View File

@ -7,4 +7,4 @@ if($parm)
return "<table class='{$class}' {$parm}>".trim($code_text)."</table>";
}
return "<table class='{$class}'>".trim($code_text)."</table>";
return "<table class='table table-striped {$class}'>".trim($code_text)."</table>";