diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-12-21 16:43:35 +0100 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-12-21 16:43:35 +0100 |
commit | 9e4159e8e7111050b8e8d6477188b5c9e814e909 (patch) | |
tree | 66df1e1058420e5fb387600b49576381c3052b94 | |
parent | 383fd3bf1cf2ed5dc28d1759a025ba74c9b60529 (diff) |
Fix #288 html error in changelog.html
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index fdf36d30a..48f2ccf1d 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -113,7 +113,7 @@ Hg Tag: </p> </li> <li>Database <ul> - <a href="./database/configuration.html">database configuration</a>.</li> + <li><a href="./database/configuration.html">database configuration</a>.</li> <li>Added <kbd>autoinit</kbd> value to <a href="./database/configuration.html">database configuration</a>.</li> <li>Added <kbd>stricton</kbd> value to <a href="./database/configuration.html">database configuration</a>.</li> <li>Added <kbd>database_exists()</kbd> to the <a href="database/utilities.html">Database Utilities Class</a>.</li> |