mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-disable-count
This commit is contained in:
commit
55a33c135c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue