diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-10-03 20:56:06 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-10-03 20:56:06 +0200 |
commit | c0e72b0609827484dc822ded7fcd0a312ed4eb98 (patch) | |
tree | 99131a19ef37e99727bb70d9605a06d14dc59a20 /user_guide | |
parent | 26bde91ef36cacd22772102d3083277bd937a60d (diff) |
modified how we're performing text highlighting to prevent extra or missing span tags.
Namely, removed the start and ending markers, as if the code being highlighted would be styled the same, PHP would put it all in the same <span>, so when we removed our own additions, it would remove the needed opening span style
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 39303bdd9..f08c94e87 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -118,6 +118,7 @@ SVN Revision: XXXX</p> <li>Fixed incorrect parenthesis in form_open() function. (#5135)</li>
<li>Fixed a bug that was ignoring case when comparing controller methods (#4560)</li>
<li>Fixed a bug (#4615) that was not setting SMTP authorization settings when using the initialize function</li>
+ <li>Fixed a bug in highlight_code() in the Text helper that would leave a stray </span> in certain cases.</li>
</ul>
<h2>Version 1.6.3</h2>
|