Fix incorrect closing paragraph tag (#3979)

There was a paragraph tag which wasn't closed correctly, which was
causing issues on the installation instructions pages.
This commit is contained in:
Phil Hawthorne 2017-11-15 04:39:39 +11:00 committed by Fabian Affolter
parent c1f42bdc00
commit 783a00ec45

View File

@ -12,7 +12,7 @@ redirect_from: /getting-started/installation/
<p class='note'>
Beginners should check our [Getting started guide](/getting-started/) first. This is for users that require advanced installations.
<p class='note'>
</p>
Home Assistant provides multiple ways to be installed. A requirement is that you have [Python](https://www.python.org/downloads/) installed. For Windows, we require at least **Python 3.5** and for other operating systems at least **Python 3.4.2**.