mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
table bordered by default
This commit is contained in:
@@ -7,4 +7,4 @@ if($parm)
|
||||
return "<table class='{$class}' {$parm}>".trim($code_text)."</table>";
|
||||
}
|
||||
|
||||
return "<table class='table table-striped {$class}'>".trim($code_text)."</table>";
|
||||
return "<table class='table table-striped table-bordered {$class}'>".trim($code_text)."</table>";
|
||||
|
Reference in New Issue
Block a user