mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +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='{$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