1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

table bordered by default

This commit is contained in:
Cameron 2013-06-14 19:42:03 -07:00
parent 177722248d
commit 846cfb3603

View File

@ -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>";