diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2012-04-23 10:57:48 +0200 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2012-04-23 10:57:48 +0200 |
commit | 42ab8ff48ca96d39bff5486a009fabb302e8ada5 (patch) | |
tree | cea5ff2040e083aa942b6aca35923ecb8f7cbf2e /lib/notes/source.php | |
parent | 0c29df39fabecdd80edef41f26ffdcb11c4e0e79 (diff) | |
download | Bits-42ab8ff48ca96d39bff5486a009fabb302e8ada5.tar.gz Bits-42ab8ff48ca96d39bff5486a009fabb302e8ada5.zip |
Minor bug correction
Diffstat (limited to 'lib/notes/source.php')
-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> |