diff --git a/scp/js/ticket.js b/scp/js/ticket.js
index a936191bec0d6f2e2dd9917f959952caf1d89187..357031c9e00f4dd506c1d93346f7c0bea3e901df 100644
--- a/scp/js/ticket.js
+++ b/scp/js/ticket.js
@@ -439,7 +439,7 @@ showImagesInline = function(urls, thread_id) {
         if (info) {
             // Add a hover effect with the filename
             var timeout, caption = $('<div class="image-hover">')
-                .css({'float',e.css('float')});
+                .css({'float':e.css('float')});
             e.wrap(caption).parent()
                 .hover(
                     function() {