From 6beba1615f920e19897d773588fe4cd0f436d559 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 24 Sep 2023 15:16:33 -0400 Subject: [PATCH] fix trailing, double whitespace --- content/en/admin/roles.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/admin/roles.md b/content/en/admin/roles.md index 3b6b66c6..079ebdfb 100644 --- a/content/en/admin/roles.md +++ b/content/en/admin/roles.md @@ -7,7 +7,7 @@ menu: --- # Roles {#roles} -When the database is seeded, roles are derived from the values present in [`~/config/roles.yml`](https://github.com/mastodon/mastodon/blob/main/config/roles.yml). +When the database is seeded, roles are derived from the values present in [`~/config/roles.yml`](https://github.com/mastodon/mastodon/blob/main/config/roles.yml). {{< page-ref page="entities/Role" >}} @@ -67,7 +67,7 @@ The `admin/roles/new` page allows for the creation of a custom role. ### Input Fields {#add-role-input-fields} -{{< page-relref ref="entities/Role#name" caption="Name">}} +{{< page-relref ref="entities/Role#name" caption="Name">}} Duplicate role names can exist. They are discerned in the database by their `id`, which cannot be set from the web interface. @@ -82,9 +82,9 @@ Duplicate role names can exist. They are discerned in the database by their `id` > "Higher role decides conflict resolution in certain situations. Certain actions can only be performed on roles with a lower priority." -{{< page-relref ref="entities/Role#highlighted" caption="Display role as badge on user profiles">}} +{{< page-relref ref="entities/Role#highlighted" caption="Display role as badge on user profiles">}} -{{< page-relref ref="entities/Role#permissions" caption="Permissions">}} +{{< page-relref ref="entities/Role#permissions" caption="Permissions">}} ## Edit role {#edit-role}