🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/manipulation.js
Co-authored-by: Richard Gibson <richard.gibson@gmail.com>
  • Loading branch information
mgol and gibson042 authored Jul 19, 2021
commit a0bcaca48de132b7faf77f4f9ef0a4212c8665be
2 changes: 1 addition & 1 deletion src/manipulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function domManip( collection, args, callback, ignored ) {
}
} else {

// Clean the CDATA sections from script contents. This shouldn't be
// Unwrap a CDATA section containing script contents. This shouldn't be
// needed as in XML documents they're already not visible when
// inspecting element contents and in HTML documents they have no
// meaning but we're preserving that logic for backwards compatibility.
Expand Down