diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-06 17:18:50 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-06 17:18:50 +0200 |
commit | fd93d22814b090ef85f3079d31fffa66d23d95e8 (patch) | |
tree | eb9ecd9a096d73150e8ebd3afa88d0ea5b49d9a7 /user_guide/changelog.html | |
parent | 2798b5033815f9165ad10137c0866b5fdb59ea54 (diff) |
Flipped user guide page titles for easier recognition in tabs:
<title>CodeIgniter User Guide : Page TItle</title>
to
<title>Page Title : CodeIgniter User Guide</title>
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 2242f86e9..0279e48b2 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
-<title>CodeIgniter User Guide : Change Log</title>
+<title>Change Log : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='userguide.css' />
@@ -89,6 +89,7 @@ SVN Commit: not currently released</p> </li>
<li>Helpers
<ul>
+ <li>Added a Compatibility Helper for using some common PHP 5 functions safely in applications that might run on PHP 4 servers</li>
<li>Added <kbd>form_button()</kbd> in the <a href="helpers/form_helper.html">Form helper</a>.</li>
<li>Changed the radio() and checkbox() functions to default to not checked by default.</li>
<li>Added the ability to include an optional HTTP Response Code in the <kbd>redirect()</kbd> function of the <a href="helpers/url_helper.html">URL Helper</a>.</li>
|