diff options
Diffstat (limited to 'share/www/database.html')
-rw-r--r-- | share/www/database.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/database.html b/share/www/database.html index c627e21f..02886ef4 100644 --- a/share/www/database.html +++ b/share/www/database.html @@ -27,7 +27,7 @@ specific language governing permissions and limitations under the License. <script src="script/jquery.suggest.js?0.9.0"></script> <script src="script/futon.js?0.9.0"></script> <script src="script/browse.js?0.9.0"></script> - <script src="script/pprint.js?0.9.0"></script> + <script src="script/futon.format.js?0.9.0"></script> <script> var page = new CouchDatabasePage(); |