Skip to content

Commit fd39273

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
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
@@ -6,4 +8,4 @@ def self.escape(value)
68
end
79
end
810
end
9-
end
11+
end

0 commit comments

Comments
 (0)