Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-disable-count

This commit is contained in:
shimon 2025-10-20 17:11:32 +03:00
commit 55a33c135c

View file

@ -193,7 +193,7 @@ class Comment
}
$tip = $this->tips[array_rand($this->tips)];
$text .= "\n<br>\n\n> [!NOTE]\n> $tip\n\n";
$text .= "\n<br>\n\n> [!TIP]\n> $tip\n\n";
return $text;
}