From 5284353843d4a7dbb7e597081fbed064e37ba7f4 Mon Sep 17 00:00:00 2001 From: WebVPF <61043464+WebVPF@users.noreply.github.com> Date: Thu, 31 Oct 2024 02:31:14 +0200 Subject: [PATCH] Fixed code language (#218) --- backend/lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/lists.md b/backend/lists.md index 8a98091a..9537d0cc 100644 --- a/backend/lists.md +++ b/backend/lists.md @@ -830,7 +830,7 @@ public function index() The `ListController` behavior has a main container view that you may override by creating a special file named `_list_container.php` in your controller directory. The following example will add a sidebar to the list: -```html +```php render() ?>