diff options
Diffstat (limited to 'share/www/index.html')
-rw-r--r-- | share/www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/index.html b/share/www/index.html index 26de6fe2..d0cc4786 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. <head> <title>Apache CouchDB: Futon Utility Client</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <link rel="stylesheet" href="style/layout.css?0.8.0a" type="text/css"> + <link rel="stylesheet" href="style/layout.css?0.8.0" type="text/css"> <style type="text/css"> html { height: 100%; overflow: hidden; } body { background: #fff url(image/bg.png) 100% 0 repeat-y; @@ -28,7 +28,7 @@ specific language governing permissions and limitations under the License. </style> <script src="script/json2.js"></script> <script src="script/jquery.js?1.2.6"></script> - <script src="script/jquery.couch.js?0.8.0a"></script> + <script src="script/jquery.couch.js?0.8.0"></script> <script> function updateDatabaseList() { var list = $("#dbs").empty(); |