From 4b8b2a18a0649227c3d50b479f31c939c52d2f6e Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 16 Aug 2020 15:47:25 +0300 Subject: [PATCH] Fix bug on the website --- website/templates/index/quickstart.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/templates/index/quickstart.html b/website/templates/index/quickstart.html index add2b66d981..3587113f1fc 100644 --- a/website/templates/index/quickstart.html +++ b/website/templates/index/quickstart.html @@ -21,13 +21,13 @@
- {% highlight "bash" %}{% include "install/deb.sh" %}{% endhighlight %} + {% include "install/deb.sh" %}
- {% highlight "bash" %}{% include "install/rpm.sh" %}{% endhighlight %} + {% include "install/rpm.sh" %}
-
- {% highlight "bash" %}{% include "install/tgz.sh" %}{% endhighlight %} +
+ {% include "install/tgz.sh" %}