diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-10-11 20:58:53 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-10-11 20:58:53 -0400 |
commit | 527bc44afe4784ac7768f221044ad2ccab89d33e (patch) | |
tree | 98795aceba15aa4d2d898d6d62b080bc6c59778f /demos/selectable | |
parent | 7a3e33453a59e4395682b26c90bf805e060633fd (diff) | |
download | jquery-ui-527bc44afe4784ac7768f221044ad2ccab89d33e.tar.gz jquery-ui-527bc44afe4784ac7768f221044ad2ccab89d33e.zip |
Selectable demo: Workaround a stupid bug in the jqueryui.com demo system. Fixes #5698 - Selectable: Bug in serializable demo.
Diffstat (limited to 'demos/selectable')
-rw-r--r-- | demos/selectable/serialize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/selectable/serialize.html b/demos/selectable/serialize.html index d10e86f5b..327659f11 100644 --- a/demos/selectable/serialize.html +++ b/demos/selectable/serialize.html @@ -37,7 +37,7 @@ <div class="demo"> <p id="feedback"> -You've selected: <span id="select-result">none</span>. +<span>You've selected:</span> <span id="select-result">none</span>. </p> <ol id="selectable"> |