From f7d162a0784e0f5d08f55e71738bd1502d1ea8bc Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Tue, 9 Nov 2010 14:52:28 -0600 Subject: Fix #95 bug in the html helper where too much white space was rendered between the src and alt tags in the img() function. --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 67fcb7e25..4b6078a5a 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -190,6 +190,7 @@ Hg Tag:

  • Fixed a bug in the URL Helper where prep_url() could cause a PHP error on PHP versions < 5.1.2.
  • Added a log message in core/output if the cache directory config value was not found.
  • Fixed a bug where multiple libraries could not be loaded by passing an array to load->library()
  • +
  • Fixed a bug in the html helper where too much white space was rendered between the src and alt tags in the img() function.
  • Version 1.7.2

    -- cgit v1.2.3-24-g4f1b