Fix typo on the website

This commit is contained in:
Alexey Milovidov 2020-09-03 23:41:07 +03:00
parent 10798e1780
commit f770044066

View File

@ -26,7 +26,7 @@
<div class="tab-pane" id="rpm" role="tabpanel" aria-labelledby="rpm-tab">
{% highlight "bash" %}{% include "install/rpm.sh" %}{% endhighlight %}
</div>
<div class="tab-pane" id="tgz" role="tabpanel" aria-labelledby="thz-tab">
<div class="tab-pane" id="tgz" role="tabpanel" aria-labelledby="tgz-tab">
{% highlight "bash" %}{% include "install/tgz.sh" %}{% endhighlight %}
</div>
</div>