diff options
-rw-r--r-- | lib/notes/source.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notes/source.php b/lib/notes/source.php index 4ff40d7..cecf1c8 100644 --- a/lib/notes/source.php +++ b/lib/notes/source.php @@ -12,7 +12,7 @@ assert_error($note && ($note['public'] != 0 || $note['owner'] == $user['id']), <!DOCTYPE html> <html> <head> - <meta http-equiv="Content-Type" value="text/html; charset=utf-8" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <pre><? echo $note['text']; ?></pre> |