diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-05-19 22:49:22 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-05-19 22:49:22 +0900 |
| commit | 93ce95d46c7db7053c4f598445e953e11002e593 (patch) | |
| tree | b26c072ea9f706639c38276c338a7840ca570c3d | |
| parent | 22c1201bba8098e851e7b42255d5a007f82ba1f9 (diff) | |
[DOC] Fix indentation
RDoc markdown parser requires exact 4 spaces or tab as indentation.
| -rw-r--r-- | NEWS.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -97,11 +97,13 @@ The following bundled gems are updated. * CGI library is removed from the default gems. Now we only provide `cgi/escape` for the following methods: - * `CGI.escape` and `CGI.unescape` - * `CGI.escapeHTML` and `CGI.unescapeHTML` - * `CGI.escapeURIComponent` and `CGI.unescapeURIComponent` - * `CGI.escapeElement` and `CGI.unescapeElement` - [[Feature #21258]] + + * `CGI.escape` and `CGI.unescape` + * `CGI.escapeHTML` and `CGI.unescapeHTML` + * `CGI.escapeURIComponent` and `CGI.unescapeURIComponent` + * `CGI.escapeElement` and `CGI.unescapeElement` + + [[Feature #21258]] ## C API updates |
