Skip to content

Commit 748c701

Browse files
committed
warning now are three warnings with around 55 chars per line
1 parent 4ca4831 commit 748c701

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/jekyll-gist/gist_tag.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ def gist_noscript_tag(gist_id, filename = nil)
5252
if !code.nil?
5353
"<noscript><pre>#{CGI.escapeHTML(code)}</pre></noscript>"
5454
else
55-
Jekyll.logger.warn "Warning:", "The <noscript> tag for your gist #{gist_id} could not be generated. This will affect users who do not have JavaScript available or enabled in their browsers."
55+
Jekyll.logger.warn "Warning:", "The <noscript> tag for your gist #{gist_id} could not"
56+
Jekyll.logger.warn "", "be generated. This will affect users who do not have"
57+
Jekyll.logger.warn "", "JavaScript available or enabled in their browsers."
5658
end
5759
end
5860

0 commit comments

Comments
 (0)