From ca741a25a3dbaf87622a97d0b5a09c114ae0e92a Mon Sep 17 00:00:00 2001 From: Gregoo Date: Fri, 24 Jan 2025 11:16:08 +0100 Subject: [PATCH] Escape angled brackets outside of code blocks --- docs/common-errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/common-errors.md b/docs/common-errors.md index c0d8fc7..51fc8b9 100644 --- a/docs/common-errors.md +++ b/docs/common-errors.md @@ -33,14 +33,14 @@ Make sure the value you have set is matching the URL of your application. If it is not the case, adjust the value and restart the application. -## No such file or directory: '' when adding a set +## No such file or directory: '<path>' when adding a set ![](images/common-errors-03.png) The application doestake care of creating folders for static images and expects them to be writable. Make sure that the folder exists, and if it exists that it is writable by the application. -## I'm seeing Unknown () instead of the set theme +## I'm seeing Unknown (<number>) instead of the set theme ![](images/common-errors-04.png)