diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index feed7f3bd..d54c58a76 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -248,7 +248,7 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style { if(is_string($txt)) echo $txt; else { - print "
| \n"; print " | ".getMLText("name")." | \n";
|---|