Skip to content

Commit 86ca424

Browse files
committed
tested already
1 parent 6e3920d commit 86ca424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html_pipeline.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def initialize(text_filters: [], convert_filter: nil, sanitization_config: Sanit
129129
end
130130

131131
# Apply all filters in the pipeline to the given HTML.
132-
# TODO: test UTF-8
132+
#
133133
# html - A UTF-8 String comprised of HTML.
134134
# context - The context hash passed to each filter. See the Filter docs
135135
# for more info on possible values. This object MUST NOT be modified

0 commit comments

Comments
 (0)