'
@@ -224,7 +225,7 @@
}));
this.delegateEvents();
- // Show placeholder iff no avatar is available (avatar is rendered as img, not div)
+ // Show placeholder if no avatar is available (avatar is rendered as img, not div)
this.$('div.avatar').imageplaceholder(this._model.get('fullName'));
// Show tooltip for top action
diff --git a/core/js/jquery.avatar.js b/core/js/jquery.avatar.js
index a320496e250..54518c75cc7 100644
--- a/core/js/jquery.avatar.js
+++ b/core/js/jquery.avatar.js
@@ -126,9 +126,9 @@
} else {
$div.show();
if (ie8fix === true) {
- $div.html('');
+ $div.html('');
} else {
- $div.html('');
+ $div.html('');
}
}
if(typeof callback === 'function') {
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 6b9db9389ba..5008392d2a3 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -33,29 +33,21 @@