aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar/animated.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-02-18 14:16:27 +0000
committerRichard Worth <rdworth@gmail.com>2009-02-18 14:16:27 +0000
commitb7aa4f09f80ce371fdef764af3439b37d8ffc8fb (patch)
tree702fdd3356b063f4dc32766149ca7c45dcc8ed63 /demos/progressbar/animated.html
parentf39561cc7f7f951261c2842c579a8168b5b54b6c (diff)
downloadjquery-ui-b7aa4f09f80ce371fdef764af3439b37d8ffc8fb.tar.gz
jquery-ui-b7aa4f09f80ce371fdef764af3439b37d8ffc8fb.zip
progressbar demos: missing '}'
Diffstat (limited to 'demos/progressbar/animated.html')
-rw-r--r--demos/progressbar/animated.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html
index e33cf416c..7322a42ed 100644
--- a/demos/progressbar/animated.html
+++ b/demos/progressbar/animated.html
@@ -8,7 +8,7 @@
<script type="text/javascript" src="../../ui/ui.progressbar.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
- .ui-progressbar-value { background-image: url(images/pbar-ani.gif);
+ .ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
</style>
<script type="text/javascript">
$(function() {