aboutsummaryrefslogtreecommitdiff
path: root/_plugins/generate-pastebin-plaintext-alternate.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_plugins/generate-pastebin-plaintext-alternate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/_plugins/generate-pastebin-plaintext-alternate.rb b/_plugins/generate-pastebin-plaintext-alternate.rb
index 635252c..ee9b594 100644
--- a/_plugins/generate-pastebin-plaintext-alternate.rb
+++ b/_plugins/generate-pastebin-plaintext-alternate.rb
@@ -20,7 +20,7 @@ module Jekyll
.gsub(/<span class=".*?">(.*?)<\/span>/m, '\1')
content = CGI.unescapeHTML unhighlighted_code
name = "#{document.url}.#{n}.txt"
- plain = PlaintextPageWithoutAFile.new(site, site.source, "", name)
+ plain = PlaintextPageWithoutAFile.new(site, site.source, '', name)
plain.content = content
site.pages << plain
n += 1