summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2010-12-21 16:43:35 +0100
committerGreg Aker <greg.aker@ellislab.com>2010-12-21 16:43:35 +0100
commit9e4159e8e7111050b8e8d6477188b5c9e814e909 (patch)
tree66df1e1058420e5fb387600b49576381c3052b94
parent383fd3bf1cf2ed5dc28d1759a025ba74c9b60529 (diff)
Fix #288 html error in changelog.html
-rw-r--r--user_guide/changelog.html2
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>