From 3c860f95aa43c7844883f4417247d2aa6c482151 Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 8 Jun 2016 13:03:42 -0400 Subject: All: Replace non-breaking spaces with regular spaces --- demos/dialog/modal-message.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/dialog/modal-message.html') diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index 891959e9e..a26f3a2b5 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -12,7 +12,7 @@ modal: true, buttons: { Ok: function() { - $( this ).dialog( "close" ); + $( this ).dialog( "close" ); } } }); -- cgit v1.2.3