replaced <b> with <strong> in Pagination
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php
index 5435f42..ed912d2 100644
--- a/system/libraries/Pagination.php
+++ b/system/libraries/Pagination.php
@@ -42,8 +42,8 @@
 	var $first_tag_close	= '&nbsp;';

 	var $last_tag_open		= '&nbsp;';

 	var $last_tag_close		= '';

-	var $cur_tag_open		= '&nbsp;<b>';

-	var $cur_tag_close		= '</b>';

+	var $cur_tag_open		= '&nbsp;<strong>';

+	var $cur_tag_close		= '</strong>';

 	var $next_tag_open		= '&nbsp;';

 	var $next_tag_close		= '&nbsp;';

 	var $prev_tag_open		= '&nbsp;';

diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 5fab65f..e14c8f1 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -61,6 +61,14 @@
 <p>Release Date: not yet released<br />

 SVN Revision: </p>

 

+<ul>

+	<li>Libraries

+		<ul>

+			<li>Changed default current page indicator in the Pagination library to use &lt;strong&gt; instead of &lt;b&gt;</li>

+		</ul>

+	</li>

+</ul>

+

 <h3>Bug fixes for 1.7.1</h3>

 <ul>

 	<li>Fixed a bug in the MySQLi driver when no port is specified</li>