diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php
index b5e0e7e7b..64e1d031f 100644
--- a/views/bootstrap/class.Bootstrap.php
+++ b/views/bootstrap/class.Bootstrap.php
@@ -103,7 +103,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
if($this->extraheader['css'])
echo $this->extraheader['css'];
if(method_exists($this, 'css'))
- echo ''."\n";
+ echo ''."\n";
echo ''."\n";
if($this->extraheader['js'])