diff --git a/Views/Notes/editNote.phtml b/Views/Notes/editNote.phtml index 11757f8..981b0fe 100644 --- a/Views/Notes/editNote.phtml +++ b/Views/Notes/editNote.phtml @@ -74,7 +74,7 @@ function sanitize($data, $flags = ENT_QUOTES, $encoding = 'UTF-8') { diff --git a/Views/Notes/fileManager.phtml b/Views/Notes/fileManager.phtml index a645b6c..ab0aa23 100644 --- a/Views/Notes/fileManager.phtml +++ b/Views/Notes/fileManager.phtml @@ -24,7 +24,7 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/Views/Notes/showNoteDetails.phtml b/Views/Notes/showNoteDetails.phtml index bf9b5f8..8c3a7c3 100644 --- a/Views/Notes/showNoteDetails.phtml +++ b/Views/Notes/showNoteDetails.phtml @@ -33,7 +33,7 @@ $files = $this->notesModel->getUploadedFiles($note['id']);