mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Merge pull request #13809 from ClickHouse/fix-bug-website
Fix bug in "Quick Start" markup on the website
This commit is contained in:
commit
8810390dc0
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user