summaryrefslogtreecommitdiff
path: root/plugins/hide_blockquote/hide_blockquote.js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-05-26 10:35:26 +0200
committerAleksander Machniak <alec@alec.pl>2012-05-26 10:35:26 +0200
commitead98f4efb712deb124655fd6fe0bf30d8e642c5 (patch)
tree349b9cdadccd50c9817e5b4b4ba6e30024b5f4fa /plugins/hide_blockquote/hide_blockquote.js
parent9a8a86efcae2c3c5ff36f71cbba7acd5ce3d4c6f (diff)
parentd4d2e427a561d2fc93e6922f7c6d0ea3e8f6f4a9 (diff)
Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8
Diffstat (limited to 'plugins/hide_blockquote/hide_blockquote.js')
-rw-r--r--plugins/hide_blockquote/hide_blockquote.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hide_blockquote/hide_blockquote.js b/plugins/hide_blockquote/hide_blockquote.js
index 9ab90af0d..20286ee14 100644
--- a/plugins/hide_blockquote/hide_blockquote.js
+++ b/plugins/hide_blockquote/hide_blockquote.js
@@ -24,7 +24,7 @@ function hide_blockquote()
.css({'white-space': 'nowrap', overflow: 'hidden', position: 'relative'})
.text(res[0]);
- link = $('<span class="blockquote-link">')
+ link = $('<span class="blockquote-link"></span>')
.css({position: 'absolute', 'z-Index': 2})
.text(rcmail.gettext('hide_blockquote.show'))
.data('parent', div)