diff options
Diffstat (limited to 'templates/note.html')
-rw-r--r-- | templates/note.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/note.html b/templates/note.html index 917d461..e7da3cb 100644 --- a/templates/note.html +++ b/templates/note.html @@ -13,6 +13,8 @@ $endif$ </div> <div class="note-divider"></div> -<div class="note-body"> +<div class="main-container"> + <div class="note-body"> $body$ + </div> </div> |