diff options
author | Andrey Andreev <narf@devilix.net> | 2018-02-12 14:15:47 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-02-12 14:15:47 +0100 |
commit | 84760562d5bb875af0a33b0d0f636dc3081db7c0 (patch) | |
tree | cb9649938d062eaf7f7db18c6d7e9254e6690e66 /user_guide_src/source/changelog.rst | |
parent | a911daa2775ee9d09404c91c8954c6a216568cb5 (diff) |
[ci skip] Fix rendering of literal 'http://' strings in the manual
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 63de806f6..2b82d7b36 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -1938,7 +1938,7 @@ Hg Tag: v2.0.0 precision. - Added alpha, and sha1 string types to random_string() in the :doc:`String Helper <helpers/string_helper>`. - - Modified prep_url() so as to not prepend http:// if the supplied + - Modified prep_url() so as to not prepend \http:// if the supplied string already has a scheme. - Modified get_file_info in the file helper, changing filectime() to filemtime() for dates. @@ -2678,7 +2678,7 @@ Bugfixes for 1.6.2 instantiating new Language and Exception objects, and not using the error heading. - Fixed a bug (#4413) where a URI containing slashes only e.g. - 'http://example.com/index.php?//' would result in PHP errors + '\http://example.com/index.php?//' would result in PHP errors - Fixed an array to string conversion error in the Validation library (#4425) - Fixed bug (#4451, #4299, #4339) where failed transactions will not |