Updated Branches: refs/heads/1.6.x 89c9bd0e1 -> 1e0a1b3a7
Add some line continuations missed in 89c9bd0e Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1e0a1b3a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1e0a1b3a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1e0a1b3a Branch: refs/heads/1.6.x Commit: 1e0a1b3a76c88334a6ae6fdc877a6f2a048d09cc Parents: 89c9bd0 Author: Dirkjan Ochtman <[email protected]> Authored: Tue Jan 21 14:11:36 2014 +0100 Committer: Dirkjan Ochtman <[email protected]> Committed: Tue Jan 21 14:11:36 2014 +0100 ---------------------------------------------------------------------- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/1e0a1b3a/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index 0093ebd..c78e619 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -179,7 +179,7 @@ FAUXTON_FILES = \ fauxton/app/templates/fauxton/pagination.html \ fauxton/app/templates/layouts/one_pane.html \ fauxton/app/templates/layouts/two_pane.html \ - fauxton/app/templates/layouts/one_pane_notabs.html + fauxton/app/templates/layouts/one_pane_notabs.html \ fauxton/app/templates/layouts/with_right_sidebar.html \ fauxton/app/templates/layouts/with_sidebar.html \ fauxton/app/templates/layouts/with_tabs.html \ @@ -331,5 +331,5 @@ FAUXTON_FILES = \ fauxton/test/runner.html \ fauxton/test/test.config.underscore \ fauxton/TODO.md \ - fauxton/writing_addons.md + fauxton/writing_addons.md \ fauxton/extensions.md
