r2092 - trunk/demos/progressbar

r2092 - trunk/demos/progressbar


Author: rdworth
Date: Wed Feb 18 06:16:27 2009
New Revision: 2092
Modified:
trunk/demos/progressbar/animated.html
Log:
progressbar demos: missing '}'
Modified: trunk/demos/progressbar/animated.html
==============================================================================
--- trunk/demos/progressbar/animated.html    (original)
+++ trunk/demos/progressbar/animated.html    Wed Feb 18 06:16:27 2009
@@ -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() {