Browse Source

Fix break of the CS on Travis

Lucas Freitas 12 years ago
parent
commit
4cd6ac2f15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/Helper/HtmlHelper.php

+ 1 - 1
lib/Cake/View/Helper/HtmlHelper.php

@@ -764,7 +764,7 @@ class HtmlHelper extends AppHelper {
 					'url' => '/',
 					'text' => $startText
 				);
-	}
+			}
 			$startText += array('url' => '/', 'text' => __d('cake', 'Home'));
 			list($url, $text) = array($startText['url'], $startText['text']);
 			unset($startText['url'], $startText['text']);