diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 01:20:50 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 01:20:50 +0000 |
commit | 9a35874d44262f79d1a5fc7d8c7e673518c985fd (patch) | |
tree | f9cd8915ee759d2427c657e680e9282e7b20aa86 /demos/dialog/default.html | |
parent | 2789fca8afb34dc770df8163fad7f6df15a77025 (diff) | |
download | jquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.tar.gz jquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.zip |
demos: whitespace fixes
- trailing whitespace
- inconsistent line endings
- set svn:eol-style to native
Diffstat (limited to 'demos/dialog/default.html')
-rw-r--r-- | demos/dialog/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/default.html b/demos/dialog/default.html index ebef1426e..de5570f54 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -22,7 +22,7 @@ <div id="dialog" title="Basic dialog"> <p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon. </p> </div> - + <!-- Sample page content to illustrate the layering of the dialog --> <div class="hiddenInViewSource" style="padding:20px;"> <p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p> |