From 6b5b52251fd237f9e9db0bad3c763f3af2fb374e Mon Sep 17 00:00:00 2001 From: Oskar Eichler Date: Sat, 29 Aug 2026 22:28:02 +0200 Subject: [PATCH] Interpolate wrapped HTML stylesheet --- lib/coderay/encoders/html/output.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coderay/encoders/html/output.rb b/lib/coderay/encoders/html/output.rb index ee87fea5..b24c882a 100644 --- a/lib/coderay/encoders/html/output.rb +++ b/lib/coderay/encoders/html/output.rb @@ -25,7 +25,7 @@ def extended o # :nodoc: def make_stylesheet css, in_tag = false # :nodoc: sheet = css.stylesheet - sheet = <<-'CSS' if in_tag + sheet = <<-CSS if in_tag