Fixed the spelling of "Dhaka" in the timezone_menu() function of the Date helper.
Added a missing quote in an example on the index page
diff --git a/index.php b/index.php
index 970f292..39aeda5 100644
--- a/index.php
+++ b/index.php
@@ -80,7 +80,7 @@
 |
 | EXT		- The file extension.  Typically ".php"
 | FCPATH	- The full server path to THIS file
-| SELF		- The name of THIS file (typically "index.php)
+| SELF		- The name of THIS file (typically "index.php")
 | BASEPATH	- The full server path to the "system" folder
 | APPPATH	- The full server path to the "application" folder
 |
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index f95afe3..a1afab1 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -88,6 +88,7 @@
 			<li>Removed added newlines ("\n") from most form and html helper functions.</li>

 			<li>Tightened up validation in Date Helper human_to_unix(), and eliminated the POSIX regex.</li>

 			<li>Updated Date Helper to match the world's current time zones and offsets.</li>

+			<li>Fixed the spelling of "Dhaka" in the timezone_menu() function of the <a href="helpers/date_helper.html">Date helper.</a></li>

 			<li>Fixed the spelling of "raspberry" in config/smileys.php</li>

 			<li>Fixed incorrect parenthesis in form_open() function. (#5135)</li>

 		</ul>

@@ -105,7 +106,7 @@
 <h3>Bug fixes for 1.7.0</h3>

 <ul>

 	<li>Fixed bug in xss_clean() that could remove some desirable tag attributes.</li>

-	<li>Fixed assorted user guide typos or examples (#4807, #4812, #4840, #4862, #4864, #4899, #4930, #5006, #5071, #5158).</li>

+	<li>Fixed assorted user guide typos or examples (#4807, #4812, #4840, #4862, #4864, #4899, #4930, #5006, #5071, #5158, #5229).</li>

 	<li>Fixed an edit from 1.6.3 that made the $robots array in user_agents.php go poof.</li>

 	<li>Fixed a bug in the Email library with quoted-printable encoding improperly encoding space and tab characters.</li>

 	<li>Modified XSS sanitization to no longer add semicolons after &amp;[single letter], such as in M&amp;M's, B&amp;B, etc.</li>

diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html
index 41d6579..7a7b4d7 100644
--- a/user_guide/helpers/date_helper.html
+++ b/user_guide/helpers/date_helper.html
@@ -291,7 +291,7 @@
 <option value='UP35'>(UTC + 4:30) Kabul</option>

 <option value='UP5'>(UTC + 5:00) Islamabad, Karachi, Tashkent</option>

 <option value='UP45'>(UTC + 5:30) Bombay, Calcutta, Madras, New Delhi</option>

-<option value='UP6'>(UTC + 6:00) Almaty, Colomba, Dhakra</option>

+<option value='UP6'>(UTC + 6:00) Almaty, Colomba, Dhaka</option>

 <option value='UP7'>(UTC + 7:00) Bangkok, Hanoi, Jakarta</option>

 <option value='UP8'>(UTC + 8:00) Beijing, Hong Kong, Perth, Singapore, Taipei</option>

 <option value='UP9'>(UTC + 9:00) Osaka, Sapporo, Seoul, Tokyo, Yakutsk</option>

@@ -370,7 +370,7 @@
 </tr><tr>

 <td class="td">UP45</td><td class="td">(UTC + 5:30) Bombay, Calcutta, Madras, New Delhi</td>

 </tr><tr>

-<td class="td">UP6</td><td class="td">(UTC + 6:00) Almaty, Colomba, Dhakra</td>

+<td class="td">UP6</td><td class="td">(UTC + 6:00) Almaty, Colomba, Dhaka</td>

 </tr><tr>

 <td class="td">UP7</td><td class="td">(UTC + 7:00) Bangkok, Hanoi, Jakarta</td>

 </tr><tr>