summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/InlineHistory/web/inline-history.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/InlineHistory/web/inline-history.js b/extensions/InlineHistory/web/inline-history.js
index 2c63107d3..95a664a42 100644
--- a/extensions/InlineHistory/web/inline-history.js
+++ b/extensions/InlineHistory/web/inline-history.js
@@ -127,7 +127,7 @@ var inline_history = {
}
var itemContainer = document.createElement('div');
- itemContainer.className = 'ih_history_item' + containerClass;
+ itemContainer.className = 'ih_history_item ' + containerClass;
itemContainer.id = 'h' + i;
itemContainer.innerHTML = item[3] + '<div class="ih_history_change">' + item[2] + '</div>';