aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/note.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/note.php')
-rw-r--r--templates/note.php2
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>