mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix bug on the website
This commit is contained in:
parent
bbb10bacf9
commit
4b8b2a18a0
@ -21,13 +21,13 @@
|
|||||||
|
|
||||||
<div class="tab-content" id="install-tab-content">
|
<div class="tab-content" id="install-tab-content">
|
||||||
<div class="tab-pane show active" id="deb" role="tabpanel" aria-labelledby="deb-tab">
|
<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>
|
||||||
<div class="tab-pane" id="rpm" role="tabpanel" aria-labelledby="rpm-tab">
|
<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>
|
||||||
<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 %}
|
{% include "install/tgz.sh" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user