diff --git a/core/js/singleselect.js b/core/js/singleselect.js
index 6a4c104ffba..79ae0874dbd 100644
--- a/core/js/singleselect.js
+++ b/core/js/singleselect.js
@@ -2,7 +2,7 @@
$.fn.singleSelect = function () {
return this.each(function (i, select) {
var input = $(''),
- gravity = $(select).attr('data-gravity'),
+ gravity = $(select).attr('data-tipsy-gravity'),
inputTooltip = $(select).attr('data-inputtitle');
if (inputTooltip){
input.attr('title', inputTooltip);
diff --git a/settings/templates/users/part.setquota.php b/settings/templates/users/part.setquota.php
index 55e31a930e9..afbbee82063 100644
--- a/settings/templates/users/part.setquota.php
+++ b/settings/templates/users/part.setquota.php
@@ -6,7 +6,7 @@
t('Default Quota'));?>
-