Merge pull request #13809 from ClickHouse/fix-bug-website

Fix bug in "Quick Start" markup on the website
This commit is contained in:
alexey-milovidov 2020-08-16 16:29:23 +03:00 committed by GitHub
commit 8810390dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@
<div class="tab-content" id="install-tab-content">
<div class="tab-pane show active" id="deb" role="tabpanel" aria-labelledby="deb-tab">
{% highlight "bash" %}{% include "install/deb.sh" %}{% endhighlight %}
{% include "install/deb.sh" %}
</div>
<div class="tab-pane" id="rpm" role="tabpanel" aria-labelledby="rpm-tab">
{% highlight "bash" %}{% include "install/rpm.sh" %}{% endhighlight %}
{% include "install/rpm.sh" %}
</div>
<div class="tab-pane" id="tgz" role="tabpanel" aria-labelledby="thz-tab">
{% highlight "bash" %}{% include "install/tgz.sh" %}{% endhighlight %}
<div class="tab-pane" id="tgz" role="tabpanel" aria-labelledby="tgz-tab">
{% include "install/tgz.sh" %}
</div>
</div>