From 0d6514774343fdb4c3a9fa7c6953e6c6ec76f420 Mon Sep 17 00:00:00 2001 From: Pedro Xavier Date: Thu, 12 Oct 2023 13:09:00 -0300 Subject: [PATCH] Fix code block in docs (#580) --- docs/rendering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rendering.md b/docs/rendering.md index fff23c4..d10283c 100644 --- a/docs/rendering.md +++ b/docs/rendering.md @@ -92,8 +92,8 @@ Thus in almost all cases, you should only have to use `render()` right away: This will print the initialization code for the toolbar and the dataset for the request. When you are performing AJAX requests, you do not want to initialize a new toolbar but -add the dataset to the existing one. You can disable initialization using ̀false` as -the first argument of ̀render()`. +add the dataset to the existing one. You can disable initialization using `false` as +the first argument of `render()`.

my ajax content

render(false) ?>