Deprecate HTML helpers nbs(), br()
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php
index 8246cbd..e229d79 100644
--- a/system/helpers/html_helper.php
+++ b/system/helpers/html_helper.php
@@ -371,6 +371,7 @@
 	/**
 	 * Generates HTML BR tags based on number supplied
 	 *
+	 * @deprecated	3.0.0	Use str_repeat() instead
 	 * @param	int	$count	Number of times to repeat the tag
 	 * @return	string
 	 */
@@ -387,6 +388,7 @@
 	/**
 	 * Generates non-breaking space entities based on number supplied
 	 *
+	 * @deprecated	3.0.0	Use str_repeat() instead
 	 * @param	int
 	 * @return	string
 	 */