Merge pull request #10528 from nextcloud/bugfix/noid/readable-double-dash

fix(admin): Make double dash readable as such
This commit is contained in:
Christoph Wurst 2023-05-31 09:54:48 +02:00 committed by GitHub
commit 4b3f30582e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ Log field breakdown
* **data** additional structured data (if applicable)
* **version**: Nextcloud version at the time of request
Empty value are written as two dashes: "--".
Empty value are written as two dashes: ``--``.
Admin audit log
---------------