aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2016-06-08 13:03:42 -0400
committerScott González <scott.gonzalez@gmail.com>2016-06-08 13:03:42 -0400
commit3c860f95aa43c7844883f4417247d2aa6c482151 (patch)
tree2baa138dfb345b655beabb382cac23b5129ae7d8 /demos/dialog
parentabc2a755f97689145de81000534cca138736a539 (diff)
downloadjquery-ui-3c860f95aa43c7844883f4417247d2aa6c482151.tar.gz
jquery-ui-3c860f95aa43c7844883f4417247d2aa6c482151.zip
All: Replace non-breaking spaces with regular spaces
Diffstat (limited to 'demos/dialog')
-rw-r--r--demos/dialog/modal-message.html2
1 files changed, 1 insertions, 1 deletions
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" );
}
}
});