Encode the create a new doc link
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/234a02ab Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/234a02ab Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/234a02ab Branch: refs/heads/1960-paginate-all_dbs Commit: 234a02ab458c1efc3f3daca15b7734fde2e2b8e4 Parents: bc37880 Author: suelockwood <[email protected]> Authored: Fri Dec 27 10:11:20 2013 -0500 Committer: suelockwood <[email protected]> Committed: Fri Dec 27 10:11:20 2013 -0500 ---------------------------------------------------------------------- src/fauxton/app/modules/documents/views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/234a02ab/src/fauxton/app/modules/documents/views.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/modules/documents/views.js b/src/fauxton/app/modules/documents/views.js index a0775a1..8126f20 100644 --- a/src/fauxton/app/modules/documents/views.js +++ b/src/fauxton/app/modules/documents/views.js @@ -463,7 +463,7 @@ function(app, FauxtonAPI, Components, Documents, Databases, pouchdb, resizeColum recordStart = this.collection.recordStart(); return { - database: this.collection.database.id, + database: app.mixins.safeURLName(this.collection.database.id), updateSeq: updateSeq, offset: recordStart, totalRows: totalRows,
