Repository: incubator-zeppelin Updated Branches: refs/heads/master 42100550f -> 9e51f9cb4
Remove unnecessary spaces from docs/manual/dynamicform.md ### What is this PR for? #518 introduces some unnecessary spaces in docs/manual/dynamicform.md which results dynamicform.md is not compiled to dynamicform.html under _site directory after `bundle exec jekyll build --safe` command ### What type of PR is it? Bug Fix ### Is there a relevant Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-490 ### How should this be tested? run `bundle exec jekyll build --safe` under /docs and see if /docs/_site/manual/dynamicform.html is generated. Author: Lee moon soo <[email protected]> Closes #533 from Leemoonsoo/ZEPPELIN-490-followup and squashes the following commits: a06475f [Lee moon soo] Remove unnecessary spaces Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/9e51f9cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/9e51f9cb Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/9e51f9cb Branch: refs/heads/master Commit: 9e51f9cb4206fbe327c9226447e477038971e65f Parents: 4210055 Author: Lee moon soo <[email protected]> Authored: Tue Dec 15 13:29:18 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Wed Dec 16 07:42:12 2015 +0900 ---------------------------------------------------------------------- docs/manual/dynamicform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/9e51f9cb/docs/manual/dynamicform.md ---------------------------------------------------------------------- diff --git a/docs/manual/dynamicform.md b/docs/manual/dynamicform.md index 408aeed..5b754f0 100644 --- a/docs/manual/dynamicform.md +++ b/docs/manual/dynamicform.md @@ -1,4 +1,4 @@ - --- +--- layout: page title: "Dynamic Form" description: ""
