diff options
author | Andrey Andreev <narf@devilix.net> | 2017-03-06 13:39:28 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-03-06 13:39:28 +0100 |
commit | 356bc66ebcd6a4d48c28fd119233e9d0bb12375f (patch) | |
tree | c47cac8609dc7f5fc19b7d5f5dd783990c7db9c0 /user_guide_src | |
parent | 618870f9f70148944599c1db64babec09e7424bc (diff) |
Fix #5044; add unit tests for img() HTML helper
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 8283f530c..8d2beb74f 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -34,6 +34,7 @@ Bug fixes for 3.1.4 - Fixed a bug (#5006) - :doc:`common function <general/common_functions>` :php:func:`get_mimes()` didn't load *application/config/mimes.php* if an environment specific config exists. - Fixed a bug (#5006) - :doc:`common function <general/common_functions>` :php:func:`remove_invisible_characters()` didn't remove URL-encoded ``0x7F``. - Fixed a bug (#4815) - :doc:`Database Library <database/index>` stripped URL-encoded sequences while escaping strings with the 'mssql' driver. +- Fixed a bug (#5044) - :doc:`HTML Helper <helpers/html_helper>` function :php:func:`img()` didn't accept ``data:`` URI schemes for the image source. Version 3.1.3 ============= |