Skip to content

Commit 93ce95d

Browse files
committed
[DOC] Fix indentation
RDoc markdown parser requires exact 4 spaces or tab as indentation.
1 parent 22c1201 commit 93ce95d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

NEWS.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,13 @@ The following bundled gems are updated.
9797

9898
* CGI library is removed from the default gems. Now we only provide `cgi/escape` for
9999
the following methods:
100-
* `CGI.escape` and `CGI.unescape`
101-
* `CGI.escapeHTML` and `CGI.unescapeHTML`
102-
* `CGI.escapeURIComponent` and `CGI.unescapeURIComponent`
103-
* `CGI.escapeElement` and `CGI.unescapeElement`
104-
[[Feature #21258]]
100+
101+
* `CGI.escape` and `CGI.unescape`
102+
* `CGI.escapeHTML` and `CGI.unescapeHTML`
103+
* `CGI.escapeURIComponent` and `CGI.unescapeURIComponent`
104+
* `CGI.escapeElement` and `CGI.unescapeElement`
105+
106+
[[Feature #21258]]
105107

106108
## C API updates
107109

0 commit comments

Comments
 (0)