From 179c7d9a1e79c9f47268ff2fac62b3befaaf028e Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Tue, 18 Aug 2020 14:07:52 +0300 Subject: [PATCH] Revert "Fix bug in "Quick Start" markup 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 3587113f1fc..add2b66d981 100644 --- a/website/templates/index/quickstart.html +++ b/website/templates/index/quickstart.html @@ -21,13 +21,13 @@
- {% include "install/deb.sh" %} + {% highlight "bash" %}{% include "install/deb.sh" %}{% endhighlight %}
- {% include "install/rpm.sh" %} + {% highlight "bash" %}{% include "install/rpm.sh" %}{% endhighlight %}
-
- {% include "install/tgz.sh" %} +
+ {% highlight "bash" %}{% include "install/tgz.sh" %}{% endhighlight %}