Fix content tabs

This commit is contained in:
Eric Lippmann 2022-10-26 12:08:29 +02:00
parent 11239b8fed
commit 413b5ba8d8
1 changed files with 2 additions and 2 deletions

View File

@ -27,13 +27,13 @@ wget https://packages.icinga.com/subscription/rhel/ICINGA-release.repo -O /etc/y
Use your distribution's package manager to install the `<!-- {{ package }} -->` package as follows:
=== RHEL 8 or later
=== "RHEL 8 or later"
```bash
dnf install <!-- {{ package }} -->
```
=== RHEL 7
=== "RHEL 7"
```bash
yum install <!-- {{ package }} -->