diff options
Diffstat (limited to 'templates/note.php')
| -rw-r--r-- | templates/note.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/note.php b/templates/note.php index 6fcb477..4f11d83 100644 --- a/templates/note.php +++ b/templates/note.php @@ -16,7 +16,7 @@ ?> </span> </div> - <div class="postContent"> + <div class="content"> <?= $note->getFormattedContent('text/html') ?? htmlspecialchars($note->plainContent) ?> </div> </div> |
