mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-disable-count
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user