summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-05-19 22:49:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-05-19 22:49:22 +0900
commit93ce95d46c7db7053c4f598445e953e11002e593 (patch)
treeb26c072ea9f706639c38276c338a7840ca570c3d
parent22c1201bba8098e851e7b42255d5a007f82ba1f9 (diff)
[DOC] Fix indentation
RDoc markdown parser requires exact 4 spaces or tab as indentation.
-rw-r--r--NEWS.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/NEWS.md b/NEWS.md
index 14f4b1f1f7..2dac2fcfaa 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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