mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 20:28:28 +01:00
table bordered by default
This commit is contained in:
parent
177722248d
commit
846cfb3603
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user