From fe97bfefc52ce18081f66de5815b998e7da886c0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 9 Aug 2010 16:58:15 +0000 Subject: #876966 by dmitrig01: Fixed Warning message sits hard on top of tables. --- misc/tabledrag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/tabledrag.js') diff --git a/misc/tabledrag.js b/misc/tabledrag.js index 572633dbf..baebfcfd4 100644 --- a/misc/tabledrag.js +++ b/misc/tabledrag.js @@ -1167,7 +1167,7 @@ Drupal.theme.prototype.tableDragIndentation = function () { }; Drupal.theme.prototype.tableDragChangedWarning = function () { - return '
' + Drupal.theme('tableDragChangedMarker') + ' ' + Drupal.t('Changes made in this table will not be saved until the form is submitted.') + '
'; + return '
' + Drupal.theme('tableDragChangedMarker') + ' ' + Drupal.t('Changes made in this table will not be saved until the form is submitted.') + '
'; }; })(jQuery); -- cgit v1.2.3