update user guide for replacing 'br/' with 'br /'
diff --git a/user_guide/general/cli.html b/user_guide/general/cli.html
index 222a77c..4e9bf87 100644
--- a/user_guide/general/cli.html
+++ b/user_guide/general/cli.html
@@ -114,7 +114,7 @@
<p>Instead, we are going to open Terminal in Mac/Lunix or go to Run > "cmd" in Windows and navigate to our CodeIgniter project.</p>
<blockquote>
- $ cd /path/to/project;<br/>
+ $ cd /path/to/project;<br />
$ php index.php tools message
</blockquote>
@@ -147,4 +147,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>