JAMES-1994 Fix indent: indent with spaces instead of TABs
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/9535a7d3 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/9535a7d3 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/9535a7d3 Branch: refs/heads/master Commit: 9535a7d30150c9fc3dbedbabe276d850b7621d78 Parents: 77af31e Author: benwa <[email protected]> Authored: Thu Apr 13 07:17:12 2017 +0700 Committer: benwa <[email protected]> Committed: Wed May 3 15:02:41 2017 +0700 ---------------------------------------------------------------------- src/homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/9535a7d3/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index 04e52da..84ccbb5 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -96,7 +96,7 @@ WHAT WILL I TRY:</b><br> </li> <li class="post-template"><span class="long-arrow-right">→</span><span><b>STEPS YOU HAVE TO FOLLOW:</b><br> Pull the James image with the following single command starting the three components:<br><br> - <code class="highlighter-rouge">docker pull linagora/james-jpa-sample</code> + <code class="highlighter-rouge">docker pull linagora/james-jpa-sample</code> <br><br> Then, connect this image with for instance, Thunderbird.<br> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
