From e27ed9eebb2b79ae7eec3cc2044950ada07db580 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 15 Feb 2010 19:06:21 +0000 Subject: - Patch #713746 by Jacine: warning message markup in block.js not consistent with theme_status_messages(). --- modules/block/block.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/block/block.js b/modules/block/block.js index 95881cbb8..eb2dcc19a 100644 --- a/modules/block/block.js +++ b/modules/block/block.js @@ -79,7 +79,7 @@ Drupal.behaviors.blockDrag = { // A custom message for the blocks page specifically. Drupal.theme.tableDragChangedWarning = function () { - return '
' + Drupal.theme('tableDragChangedMarker') + ' ' + Drupal.t('The changes to these blocks will not be saved until the Save blocks button is clicked.') + '
'; + return '
' + Drupal.theme('tableDragChangedMarker') + ' ' + Drupal.t('The changes to these blocks will not be saved until the Save blocks button is clicked.') + '
'; }; // Add a handler so when a row is dropped, update fields dropped into new regions. -- cgit v1.2.3