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

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
---------------