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/accordion | |
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/accordion')
-rw-r--r-- | demos/accordion/custom_icons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/accordion/custom_icons.html b/demos/accordion/custom_icons.html index d9c566452..65ab3c912 100644 --- a/demos/accordion/custom_icons.html +++ b/demos/accordion/custom_icons.html @@ -63,7 +63,7 @@ <p>The icons used for the open and closed accordions can be any of the standard icons in the css framework or even a custom css class you create with an icon background image. For this example, we're using the arrow in a circle icons: -<pre> +<pre> icons: { header: "ui-icon-circle-arrow-e", headerSelected: "ui-icon-circle-arrow-s"} |