summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-07-16 10:06:12 +0200
committerAndrey Andreev <narf@devilix.net>2013-07-16 10:06:12 +0200
commit125a8c5e61b7f8b7c2432cdcb45e43b6572163e4 (patch)
tree111a632723483541f12504e4193b170f37e95ce3 /user_guide
parent8a35e1df41a2ec36fc5b6e6176f441d65e55756a (diff)
Fix changelog errors
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 42472176c..e97b472be 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -73,8 +73,8 @@ Change Log
<ul>
<li>Fixed a bug (#1936) - <a href="libraries/migration.html">Migrations Library</a> method <samp>latest()</samp> had a typo when retrieving language values.</li>
<li>Fixed a bug (#2021) - <a href="libraries/migration.html">Migrations Library</a> configuration file was mistakenly using Windows style line feeds.</li>
- <li>Fixed a bug (#1969) - <a href="database/active_record.html">Active Record</a> method <samp>set_update_batch()</samp> was using the incorrect variables and would cause an error.</li>
- <li>Fixed a bug (#2337) - <a href="libraries/email.html">Email Library</a> method <samp>print_debugger()</samp> was not using <samp>htmlspecialchar()</samp> when being shown in the browser.</li>
+ <li>Fixed a bug (#1273) - <a href="database/active_record.html">Active Record</a> method <samp>set_update_batch()</samp> was using the incorrect variables and would cause an error.</li>
+ <li>Fixed a bug (#2337) - <a href="libraries/email.html">Email Library</a> method <samp>print_debugger()</samp> was not using <samp>htmlspecialchars()</samp> when being shown in the browser.</li>
</ul>