diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-06-16 19:34:31 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-06-16 19:34:31 +0000 |
commit | 45c97d183c73e0058265f2de77416a2f215edd93 (patch) | |
tree | 1d203c6fd32d0c40cb142ee17134ff4b3b39a151 /share/www/browse/database.html | |
parent | 45f13312334b9f2c8362f5dfcc12207508457eea (diff) |
Change version number in links to static resources from 0.8.0a to 0.8.0.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/browse/database.html')
-rw-r--r-- | share/www/browse/database.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html index d39bd3f9..0dd086db 100644 --- a/share/www/browse/database.html +++ b/share/www/browse/database.html @@ -17,16 +17,16 @@ specific language governing permissions and limitations under the License. <head> <title>Browse Database</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"> <script src="../script/json2.js"></script> <script src="../script/jquery.js?1.2.6"></script> - <script src="../script/jquery.cookies.js?0.8.0a"></script> - <script src="../script/jquery.couch.js?0.8.0a"></script> - <script src="../script/jquery.dialog.js?0.8.0a"></script> - <script src="../script/jquery.resizer.js?0.8.0a"></script> - <script src="../script/jquery.suggest.js?0.8.0a"></script> - <script src="../script/browse.js?0.8.0a"></script> - <script src="../script/pprint.js?0.8.0a"></script> + <script src="../script/jquery.cookies.js?0.8.0"></script> + <script src="../script/jquery.couch.js?0.8.0"></script> + <script src="../script/jquery.dialog.js?0.8.0"></script> + <script src="../script/jquery.resizer.js?0.8.0"></script> + <script src="../script/jquery.suggest.js?0.8.0"></script> + <script src="../script/browse.js?0.8.0"></script> + <script src="../script/pprint.js?0.8.0"></script> <script> var page = new CouchDatabasePage(); if (window != parent) { |