diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-09-23 13:55:17 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-09-23 13:55:17 +0200 |
commit | 6e385bbdb052e260f3e4a6bd60b57dac394378c2 (patch) | |
tree | 496e3347b25099226967a834630a5a851b92c6ac /data/rbot/plugins | |
parent | a490d46226e3b370e719c19004f199d4fcd19fd4 (diff) |
tumblr: typo in var name
Diffstat (limited to 'data/rbot/plugins')
-rw-r--r-- | data/rbot/plugins/tumblr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/tumblr.rb b/data/rbot/plugins/tumblr.rb index e31e9abe..755cbce8 100644 --- a/data/rbot/plugins/tumblr.rb +++ b/data/rbot/plugins/tumblr.rb @@ -84,7 +84,7 @@ class TumblrPlugin < Plugin req << (data % { :id => id, :reblog => reblog, - :desc => CGI.escape(htmlline) + :desc => CGI.escape(html_line) }) ready = true end |