From d5a57276eb27e215dd0b1bd5eb67ac26acc9575b Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 24 Dec 2024 15:32:56 +0000 Subject: more stuff and things --- templates/note.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/note.php') diff --git a/templates/note.php b/templates/note.php index 6e718f5..8887afb 100644 --- a/templates/note.php +++ b/templates/note.php @@ -6,7 +6,7 @@
author->displayName ?> @author->getFullHandle() ?> - + created->format('Y-m-d \a\t H:i') . (isset($note->modified) && $note->modified != $note->created @@ -14,7 +14,7 @@ : '' ) ?> - +
getFormattedContent('text/html') ?? htmlspecialchars($note->plainContent) ?> -- cgit v1.3