forked from WOVNio/wovnrb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request WOVNio#152 from WOVNio/fix/remained_input_type_hid…
…den_marker ### Purpose/goal of Pull Request (Issue #) WOVNio/equalizer#24431 Before posting html to html-swapper, wovnrb put marker like `<!-- __wovn-backend-ignored-key-0 -->` to value attribute of input tag which type is hidden. After response backed from html-swapper, this marker is replaced back to original. But this marker is remained like `<!-- __wovn-backend-ignored-key-0 -->`, because of escaped. I add `CGI.unescapeHTML` before revert marker.
- Loading branch information
Showing
6 changed files
with
129 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Wovnrb | ||
VERSION = '2.2.1'.freeze | ||
VERSION = '2.2.2'.freeze | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters