Repository: nifi-site Updated Branches: refs/heads/master 340a802ec -> 1d3df4b6e
NIFI-2498 fixing unclosed h2 tag Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/1d3df4b6 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/1d3df4b6 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/1d3df4b6 Branch: refs/heads/master Commit: 1d3df4b6e6665fd89660179e4a7ed35a149bc1b7 Parents: 340a802 Author: Joseph Percivall <[email protected]> Authored: Mon Aug 8 17:36:27 2016 -0400 Committer: Joseph Percivall <[email protected]> Committed: Mon Aug 8 17:36:27 2016 -0400 ---------------------------------------------------------------------- src/pages/html/download.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/1d3df4b6/src/pages/html/download.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/download.hbs b/src/pages/html/download.hbs index c7bc3f8..f70a01a 100644 --- a/src/pages/html/download.hbs +++ b/src/pages/html/download.hbs @@ -21,7 +21,7 @@ title: Apache NiFi Downloads </div> <div class="row"> <div class="large-12 columns"> - <h2> Unstable Release(s) + <h2>Unstable Release(s)</h2> <ul> <li>1.0.0-Beta <ul>
