diff --git a/src/htmlContent/extension-manager-dialog.html b/src/htmlContent/extension-manager-dialog.html
index dc9b6766358..7e828bc325b 100644
--- a/src/htmlContent/extension-manager-dialog.html
+++ b/src/htmlContent/extension-manager-dialog.html
@@ -5,7 +5,7 @@

{{Strings.EXTENSIONS_AVAILABLE_TITLE}}
{{/showRegistry}}
- 
{{Strings.EXTENSIONS_INSTALLED_TITLE}}
+ 
{{Strings.EXTENSIONS_INSTALLED_TITLE}}
diff --git a/src/styles/brackets_patterns_override.less b/src/styles/brackets_patterns_override.less
index 52b2a279157..33922730a8f 100644
--- a/src/styles/brackets_patterns_override.less
+++ b/src/styles/brackets_patterns_override.less
@@ -790,7 +790,7 @@ a[href^="http"] {
> li {
position: relative; // for positioning .notification icon
- > .notification {
+ .notification {
display: none; // hidden by default
background-color: #91CC41;
color: white;