Skip to content

Commit 435ac7b

Browse files
committed
HTML: Add a missing require
1 parent 44dc680 commit 435ac7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ruby-handlebars/escapers/html_escaper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'cgi'
2+
13
module Handlebars
24
module Escapers
35
class HTMLEscaper

0 commit comments

Comments
 (0)